Pixel.Adjust
Description
Adjust the brightness and saturation of the target pixels.
If slopes have been computed (see Slopes), the adjustment factors for each pixel are computed as follows:
90° >= slope >= 0° b' = slope / 90 * b s' = slope / 90 * s
where slope
is the slope angle of the pixel, b
is the Pixel.Adjust.brightness field, s
is the Pixel.Adjust.saturation field. The values b'
and s'
are then used for adjusting the pixel color.