Enum png::ColorType [−][src]
#[repr(u8)] pub enum ColorType { Grayscale, RGB, Indexed, GrayscaleAlpha, RGBA, }
Describes the layout of samples in a pixel
Variants
Implementations
impl ColorType
[src]
impl ColorType
[src]#[repr(u8)] pub enum ColorType { Grayscale, RGB, Indexed, GrayscaleAlpha, RGBA, }
Describes the layout of samples in a pixel
impl ColorType
[src]impl Copy for ColorType
[src]impl Eq for ColorType
[src]impl StructuralEq for ColorType
[src]impl StructuralPartialEq for ColorType
[src]impl RefUnwindSafe for ColorType
impl Send for ColorType
impl Sync for ColorType
impl Unpin for ColorType
impl UnwindSafe for ColorType