IsFixedPointImage Data Member Function

Returns true if the <Image> object uses any fixed-point format. All fixed-point formats as are as follows: IPF_8_I, IPF_8_A, IPF_1555_ARGB, IPF_565_RGB, IPF_888_RGB, IPF_8888_ARGB, IPF_4444_ARGB, IPF_8_Stencil, IPF_8_UI, IPF_16_UI, IPF_32_UI, IPF_64_UI, IPF_96_UI, IPF_128_UI.

Prototype

int32 IsFixedPointImage( Image p_oSource )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oSourceA 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.