IsFloatImage Data Member Function

Returns true if the <Image> is any floating point format. For example: returns true if an <Image> object of pixel format IPF_FP16x2 or IPF_FP32 are submitted to this function.

Prototype

int32 IsFloatImage( 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.