GetColorValue Data Member Function

Returns the color value at the specified index. Please note that this function returns a uint32, which can be consumed by a color object using the <Color> object's .SetData function. <Color> also has a similar method called .GetData that returns the color value as a packed uint32.

Prototype

uint32 GetColorValue( int32 p_nIndex )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the control to query.

Examples

Copy Text To Clipboard

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