IsPackedFormat Data Member Function

Returns true if the format uses packed and/or reinterpreted bit patterns. All packed formats are as follows: IPF_1555_ARGB, IPF_565_RGB, IPF_4444_ARGB, IPF_1010102_ARGB.

Prototype

int32 IsPackedFormat( int32 p_eFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_eFormatThe Image_Pixel_Format enumeration value of the format to query. Refers to the Image_Pixel_Format enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. IPF_None is the first constant in the enumeration.

Examples

Copy Text To Clipboard

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