'Declaration Public Overloads Shared Sub Solarize( _ ByVal page As ImGearRasterPage, _ ByVal threshold As Integer, _ ByVal mode As ImGearContrastModes, _ ByVal channels As ImGearChannelRange, _ ByVal options As ImGearContrastOptions _ )
'Usage Dim page As ImGearRasterPage Dim threshold As Integer Dim mode As ImGearContrastModes Dim channels As ImGearChannelRange Dim options As ImGearContrastOptions ImGearEffects.Solarize(page, threshold, mode, channels, options)
public static void Solarize( ImGearRasterPage page, int threshold, ImGearContrastModes mode, ImGearChannelRange channels, ImGearContrastOptions options )
public: static void Solarize( ImGearRasterPage* page, int threshold, ImGearContrastModes mode, ImGearChannelRange channels, ImGearContrastOptions* options )
public: static void Solarize( ImGearRasterPage^ page, int threshold, ImGearContrastModes mode, ImGearChannelRange channels, ImGearContrastOptions^ options )
Parameters
- page
- Image to process.
- threshold
- Lightness threshold above which colors of pixels are inverted.
- mode
- One of the contrast processing modes: ImGearContrastModes.PALETTE, ImGearContrastModes.PIXEL, ImGearContrastModes.AUTO.
- channels
- Channel range to solarize.
- options
- Additional contrast options.