SCPTbuttonColor

Overview:

Button color..  Button color configuration for on and off states of a button. May be used to create an array that is used with a SCPTbuttonAction array to specify keypad button behavior.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 312
Obsolete: no
Size: 6
Programmatic Name: SCPTbuttonColor
Default: 0 0 0 0 0 0
Neuron C Type:
Structure
on_colorOn color..  RGB color for the on state. 
 
Structure
redRed..  Red level component of the on state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
greenGreen..  Green level component of the on state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
blueBlue..  Blue level component of the on state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
off_colorOff color..  RGB color for the off state. 
 
Structure
redRed..  Red level component of the off state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
greenGreen..  Green level component of the off state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
blueBlue..  Blue level component of the off state color. 
 
unsigned short
Minimum: 0
Maximum: 255
Scaling (A,B,C): 1,  0,  0
Scaled value: 1 *10 0 *(Raw+0)
Resolution: 1
Formats:

SCPTbuttonColor:  text("%d %d %d %d %d %d", on_color.red, on_color.green, on_color.blue, off_color.red, off_color.green, off_color.blue)

Used by:

SFPTisiKeypad