ColorType Enumeration

Defines the color types of images.

Definition

Namespace: GleamTech.ImageUltimate
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.8
C#
public enum ColorType

Members

UndefinedUndefined color type.
BilevelA bi-level image contains only two colors: a background color and a foreground color.
GrayscaleGrayscale (shades of gray).
GrayscaleAlphaGrayscale (shades of gray) with alpha channel.
PaletteIndexed (palette-based, ie. each pixel is an index in palette rather than color value).
PaletteAlphaIndexed (palette-based) with alpha channel.
TrueColorTrueColor is defined to mean 256 shades of red, green, and blue, for a total of 16,777,216 color variations.
TrueColorAlphaTrueColor with alpha channel.
ColorSeparationColors separated into the three or four basic ink colors: cyan, magenta, yellow, and black (CMYK).
ColorSeparationAlphaColorSeparation with alpha channel.
OptimizeOptimized color type.
PaletteBilevelAlphaIndexed (palette-based) bilevel with alpha channel.

See Also