[]
The base class for all in-place effects, not creating a new GcBitmap.
Represents a bi-level transparency mask or an image containing two colors - black and white in either a white-is-zero or black-is-zero format.
Provides methods for drawing on a GcBitmap.
In-place effect that converts a monochromatic (grayscale) image to bi-level image using Bradley and Roth's method of adaptive image thresholding.
In-place effect that updates the image brightness and contrast.
Represents a 5x4 matrix for altering the RGBA values of a GcBitmap.
In-place effect that converts a monochromatic (grayscale) image to bi-level image with two-dimensional error diffusion dithering.
Represents an ellipse-like closed path.
Represents a path consisting of straight line segments closing in a loop.
In-place effect that applies gamma correction to the image.
In-place effect that applies a Gaussian blur to the image.
Represents an uncompressed in-memory bitmap in 32-bit ARGB format (A is the most significant byte).
Implements a drawing surface for GcBitmap.
Represents a graphics path in GcBitmapGraphics.
Allows reading images from a multi-page GIF file/stream.
Allows creating a multi-frame GIF file.
Represents a set of images stored in ICO format.
Allows reading images from a multi-page TIFF file/stream.
Allows creating a multi-page TIFF file.
Represents a single frame in the GIF file.
Describes a set of geometric figures that can contain lines, arcs, cubic Bezier curves, and quadratic Bezier curves.
Represents a grayscale image or transparency mask with 8 bits per pixel.
In-place effect that converts an image to monochromatic gray.
In-place effect that alters the hue of an image based on the rotation angle.
Represents a single frame in ICO file.
Represents a palette-color image with 4 bits per pixel.
Represents a palette-color image with 8 bits per pixel.
In-place effect that sets the alpha channel to the luminance of the image and sets the color channels to 0.
In-place effect that adjusts the opacity of an image by multiplying the alpha channel of the input by the specified opacity value.
In-place effect that converts a monochromatic (grayscale) image to bi-level image using Otsu's method of clustering-based image thresholding.
A helper class for creating GraphicsPath objects.
Represents a rectangle-like closed path.
Describes the interior of a graphics shape composed of figures and paths.
Represents a rounded rectangle-like closed path.
In-place effect that alters the saturation of an image.
In-place effect that converts an image to sepia tones.
In-place effect that alters the temperature and tint of an image.
Represents a single frame in TIFF file.
Various settings used for encoding TIFF frame and saving in a stream.
Represents a palette color for an indexed bitmap.
Represents a figure within a geometric path.
Specifies the color channel to operate on.
Specifies the Porter Duff compositing method in which two pixels (source and destination) may contribute to the final color of the pixel.
Specifies the method of two-dimensional error diffusion dithering.
Specifies the flip and rotate transformations.
The mapping mode for the pixels outside of the border in the Gaussian blur effect.
Indicates the way in which the GIF frame has to be treated after being displayed.
Specifies the standard used for converting full-color image to monochromatic gray.
Encoding of ICO frame image.
Specifies the different methods by which two regions can be combined.
Compression scheme used for encoding TIFF image data.
The orientation of the image.
Specifies whether an image can be loaded from TIFF frame and the reason if it can't.