@set


Description:

public bool @set (uint16 idx, uint16 red, uint16 green, uint16 blue)

Update the RGB value associated with the color map entry at position idx.

Parameters:

this

the color map object

idx

the index to set

red

the new red value

green

the new green value

blue

the new blue value

Returns:

TRUE if idx was in range, FALSE otherwise