IsFixedPointUnsignedImage Data Member Function

Returns true if the <Image> is fixed point and unsigned. For example: returns true if an <Image> object of pixel format IPF_UI8 is submitted to this function.

Prototype

int32 IsFixedPointUnsignedImage( Image p_oSrc )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oSrcA pointer to the <Image> object to query.

Examples

Copy Text To Clipboard

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