ResultVariable
When adding an action with the script editor, you can use this field to specify a variable that the return value will be stored in.
See also: Related Actions
Grid.MakeColorRGB
OverviewExamples
number Grid.MakeColorRGB ( number Red,
number Green,
number Blue )
De s cr ip t ion
Makes a color value from red, green and blue components. This is a helper function provided as a convenience. It does not directly affect the grid object.
P arame t er s
Red
(number) The red component (0-255).