SCPTsceneColor

Overview:

Scene color configuration..  Scene color definition used to supplement a scene table created with a SCPTscene array. This SCPT defines optional color scene table entries for the ISI profiles. When used, it must be used in combination with a SCPTscene array.  

Details:

Resource Set: Standard 00:00:00:00:00:00:00:00-0
Index: 343
Obsolete: no
Size: 5
Programmatic Name: SCPTsceneColor
Default: EC=COLOR_CIE31_LUMEN X=0,000 Y=0,000 ABSOLUT_Y=0
Neuron C Type:
SNVT_color_2
Formats:

SCPTsceneColor:  text(("EC=%m ",encoding),((encoding == 0)?("X=%f Y=%f ABSOLUT_Y=%d",color_value.CIE1931_lumen.x,color_value.CIE1931_lumen.y,color_value.CIE1931_lumen.absolute_Y):((encoding == 1) ?("X=%f Y=%f PERCENT_Y=%f",color_value.CIE1931_percent.x,color_value.CIE1931_percent.y,color_value.CIE1931_percent.percent_Y):((encoding == 2) ?("RED=%d GREEN=%d BLUE=%d",color_value.RGB.red,color_value.RGB.green,color_value.RGB.blue):((encoding == 3) ?("COL_TEMP=%d",color_value.color_temperature):("UNKNOWN"))))))