228 Chapter 7 Working with Images
LEVP:R 52 // Sets all color component (R,G,B) at 52% full
color
To increment or decrement each color component value individually for an image:
1. Select any image you want to modify by pressing the Content key.
Alternatively you can enter the following command:
IMGL SMPTEBar // Loads the SMPTEbar test image
IMGU // Renders the test image that is loaded
2. Enter the following commands to select and render the image:
LEVP:R 33 // Sets the red component at 33% of maximum color
LEVP:G 50 // Sets the green component at 50% of maximum color
LEVP:B 66 // Sets the blue component at 66% of maximum color