'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 )
Parameters
- page
- Image to process.
- threshold
- Lightness threshold above which colors of pixels are inverted.