IsSignedFormat Data Member Function

Returns true if the specified Image_Pixel_Format value represents a signed format such as IPF_I8, IPF_I16, or IPF_I32.

Prototype

int32 IsSignedFormat( int32 p_eFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_eFormatAn enumerated constant, such as IPF_8888_ARGB, from the Image_Pixel_Format enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.