IsNormalizedFormat Data Member Function

Returns true if the format is any normalized format. For example: returns true if IPF_I8N or IPF_I16Nx2 are submitted to this function.

Prototype

int32 IsNormalizedFormat( int32 p_eFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_eFormatThe pixel 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.

Examples

Copy Text To Clipboard

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