Algosim documentation: IsPixmap

IsPixmap

Tests if an object is a pixmap.

Syntax

Description

If X is any object, then IsPixmap(X) returns true iff X is a pixmap.

Examples

IsPixmap(ColorGradient(200, 200, "gold", "black"))
true