ExtractI32Raw Data Member Function

Extracts a channel of the source <Image> object to I32 ( raw <int32> values ) and stores the results in the destination array.

Prototype

int32 ExtractI32Raw( Image p_oSource, int32 p_eChannel, Int32Array p_aiDest )

Parameters

Parameter Type Parameter Name Documentation
<Image>p_oSourceA pointer to the source <Image> object.
int32p_eChannelThe channel of the <Image> to extract. Refers to the ImageChannel enumeration. Please see TYPE_SERVICE_ENUMERATION_UTIL.SSL in the application scripts folder for more information.
<Int32Array>p_aiDestA pointer to the destination array. You can pass in a non-nullptr, empty array, and this function will allocate storage ( once ). Allocation assumes that you wish to allocate enough storage to store all the data in the source <Image> object.

Examples

Copy Text To Clipboard

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