This method maps the darkest pixels of the image to color1, brightest pixels with color2, and other
pixels to a linear combination of color1 and color2, depending on their brightness.
Syntax
Parameters
- page
- Page class object.
- color1
- Color to which to map the darkest areas of the source image.
- color2
- Color to which to map the lightest areas of the source image.
See Also