Category: Processing > Image Processing
Shader Family: Texture
Output: Color
The HLS Adjust shader is used to adjust hue, saturation, and lightness levels on a range of color weights.
NoteColor modifications in HSV or HLS space are not compatible with unclamped color values in floating-point (HDR) images.
Master
This is the master set of HLS controls. Adjusting them affects all pixels/samples in the input image.
|
The Hue slider changes the hue of the input color.
|
|
The Lightness slider changes the lightness of the input color.
|
|
The Saturation slider changes the saturation levels of the input color.
|
RGB
These controls allow you to adjust the Hue, Lightness and Saturation of the input image's Red, Green, and Blue components.
|
The Hue slider changes the hue of the input color.
|
|
The Lightness slider changes the lightness of the input color.
|
|
The Saturation slider changes the saturation levels of the input color.
|
CYM
These controls allow you to adjust the Hue, Lightness and Saturation of the input image's Cyan, Yellow, and Magenta components.
|
The Hue slider changes the hue of the input color.
|
|
The Lightness slider changes the lightness of the input color.
|
|
The Saturation slider changes the saturation levels of the input color.
|
Render Tree Usage:
This shader can be used nearly anywhere in a render tree. Connect the color output of one Render Tree node to the input Color
port of the HLS shader.