ConvertToFormat Data Member Function

Converts an <Image> object to the IPF_8888_ARGB pixel format.

Prototype

int32 ConvertToFormat( Image src, Image dst )

Parameters

Parameter Type Parameter Name Documentation
<Image>srcA pointer to the source <Image> object.
<Image>dstA pointer to the destination <Image> object. It is assumed that this object uses the IPF_8888_ARGB pixel format.

Examples

Copy Text To Clipboard

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