ImageGear for .NET
Duotone Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class : Duotone Method




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.

Glossary Item Box

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

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.