ImageGear21.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearEffects Class > Solarize Method : Solarize(ImGearRasterPage,Int32) Method |
'Declaration Public Overloads Shared Sub Solarize( _ ByVal page As ImGearRasterPage, _ ByVal threshold As Integer _ )
'Usage Dim page As ImGearRasterPage Dim threshold As Integer ImGearEffects.Solarize(page, threshold)
public static void Solarize( ImGearRasterPage page, int threshold )
public: static void Solarize( ImGearRasterPage* page, int threshold )
public: static void Solarize( ImGearRasterPage^ page, int threshold )
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.