Enum sixel_sys::PixelFormat [] [src]

#[repr(C)]
pub enum PixelFormat { RGB555, RGB565, RGB888, BGR555, BGR565, BGR888, ARGB8888, RGBA8888, ABGR8888, BGRA8888, G1, G2, G4, G8, AG88, GA88, Pal1, Pal2, Pal4, Pal8, }

Pixel format used in input image

Variants

15bpp

16bpp

24bpp

15bpp

16bpp

24bpp

32bpp

32bpp

32bpp

32bpp

1bpp grayscale

2bpp grayscale

4bpp grayscale

8bpp grayscale

16bpp grayscale with alpha

16bpp grayscale with alpha

1bpp palette

2bpp palette

4bpp palette

8bpp palette

Trait Implementations

impl Debug for PixelFormat
[src]

Formats the value using the given formatter.

impl Copy for PixelFormat
[src]

impl Clone for PixelFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PixelFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for PixelFormat
[src]

impl Hash for PixelFormat
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more