IsPixmap
Tests if an object is a pixmap.
Syntax
-
IsPixmap(X)-
Xis 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