Returns true if the specified Image_Pixel_Format value represents a pixel format, such as IPF_FP32x2, that uses RGBA byte ordering.
int32 IsRgbaFormat( int32 p_eFormat )
| Parameter Type | Parameter Name | Documentation |
|---|---|---|
| int32 | p_eFormat | An enumerated constant, such as IPF_8888_ARGB, from the Image_Pixel_Format enumeration. Please see APP_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. |
None published. Please look for an example in the Simdify Scripting Language code base.