SetPixelFormat Data Member Function

Changes the pixel format of the <Image>. Existing <Image> data is converted to the new pixel format.

Prototype

int32 SetPixelFormat( int32 p_ePixelFormat )

Parameters

Parameter Type Parameter Name Documentation
int32p_ePixelFormatThe new pixel format specified by an Image_Pixel_Format enumeration value. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information. and look for the values starting with IPF_None.

Examples

Copy Text To Clipboard

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