Enum libraw::PixelType
[−]
[src]
pub enum PixelType { Raw, Color3, Color4, }
Types of raw pixel data.
Variants
Raw | Each pixel is a single raw value, represented by the |
Color3 | Each pixel contains three color components, represented by the |
Color4 | Each pixel contains four color components, represented by the |