424 Appendix A Command Reference
LEVP:R
Increment LEVels Per individual color component
Class Image memory management
Description Enables you to increment the color component (R,G,B) values in any increment (1 to 100)
for each component color individually.
Command syntax LEVP:color value
color
a color component either R, G, B
value
an interger number that is a percent in increments of 1
Query syntax LEVP:color?
color
a color component either R, G, B
Query response Returns an interger value representing a percent from 0 to 100
Example 1
LEVP:R 33 // Sets the red color component values to 33%
of maximum color
Example 2
LEVP:G 90 // Sets the green color component values to 33%
of maximum color
Example 3
LEVP:B? // Returns a value representing a percent of color
value for the blue component
45 // Indicates that the color component value is 45% of maximum