506 Appendix A Command Reference
RGBW
RGB Write
Class LUT Management
Description Writes RGB levels to the slot location specified within the current lookup table buffer when
a lookup table editing session is active, and writes the levels directly to the LUT hardware
when a lookup table editing session is not active.
Command syntax RGBW slot red_level green_level blue_level
slot integer
0 to 15 when PELD = 4
0 to 255 when PELD = 8
red_level, green_level, blue_level integer
min = 0
max = LMAX setting (255 nominal)
Related commands
Example
IMGL RASTER
IMGU
SLUT 0 // clears the look up table
LINE RED 100 100 500 400 // creates red line
RECT GREEN 200 200 300 200 GRAYPAT100 // creates green rectangle
OVAL BLUE 200 200 100 100 GRAYPAT100 // creates blue oval
RGBW 1 255 255 0 // changes red line to yellow
RGBW 2 255 0 255 // changes green rect. to magenta
RGBW 3 0 255 255 // changes blue oval to cyan