ImageGear for .NET
Solarize(ImGearRasterPage,Int32) Method
See Also  Send Feedback
ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class > Solarize Method : Solarize(ImGearRasterPage,Int32) Method




page
Image to process.
threshold
Lightness threshold above which colors of pixels are inverted.

Glossary Item Box

This method inverts the colors of pixels whose lightness exceeds the specified threshold.

Syntax

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

Parameters

page
Image to process.
threshold
Lightness threshold above which colors of pixels are inverted.

Remarks

This method is not valid for use on 1-bit images.

The threshold is a value from 0 to the maximum value for a channel in the image. For example, if the image is 24bpp RGB, the threshold ranges from 0 to 255.

See Also

©2013. Accusoft Corporation. All Rights Reserved.