Enum tiff::ColorType [−][src]
An enumeration over supported color types and their bit depths
Variants
Gray(u8)
Pixel is grayscale
RGB(u8)
Pixel contains R, G and B channels
Palette(u8)
Pixel is an index into a color palette
GrayA(u8)
Pixel is grayscale with an alpha channel
RGBA(u8)
Pixel is RGB with an alpha channel
CMYK(u8)
Pixel is CMYK