IsPixmap
Tests if an object is a pixmap.
Syntax
-
IsPixmap(X)
-
X
is any object
-
Description
If X
is any object, then IsPixmap(X)
returns true
iff X
is a pixmap.
Examples
IsPixmap(ColorGradient(200, 200, "gold", "black"))
true