SetColorValue Data Member Function

Sets the value of the color at the specified index.

Prototype

int32 SetColorValue( int32 p_nIndex, int32 p_uValue )

Parameters

Parameter Type Parameter Name Documentation
int32p_nIndexThe index of the color value control.
int32p_uValueA <uint32> packed with the byte values representing the color. See GetData in the <Color> object data interface documentation.

Examples

Copy Text To Clipboard

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