Table of Contents

ColorType Enum

Definition

Namespace
GleamTech.ImageUltimate
Assembly
GleamTech.ImageUltimate.dll

Defines the color types of images.

public enum ColorType

Fields

Name Value Description
Undefined 0

Undefined color type.

Bilevel 1

A bi-level image contains only two colors: a background color and a foreground color.

Grayscale 2

Grayscale (shades of gray).

GrayscaleAlpha 3

Grayscale (shades of gray) with alpha channel.

Palette 4

Indexed (palette-based, ie. each pixel is an index in palette rather than color value).

PaletteAlpha 5

Indexed (palette-based) with alpha channel.

TrueColor 6

TrueColor is defined to mean 256 shades of red, green, and blue, for a total of 16,777,216 color variations.

TrueColorAlpha 7

TrueColor with alpha channel.

ColorSeparation 8

Colors separated into the three or four basic ink colors: cyan, magenta, yellow, and black (CMYK).

ColorSeparationAlpha 9

ColorSeparation with alpha channel.

Optimize 10

Optimized color type.

PaletteBilevelAlpha 11

Indexed (palette-based) bilevel with alpha channel.