Enum gif::ColorOutput
[−]
[src]
#[repr(u8)]pub enum ColorOutput { RGBA, Indexed, }
Output mode for the image data
Variants
RGBAThe decoder expands the image data to 32bit RGBA. This affects:
- The buffer buffer of the
Framereturned byReader::read_next_frame. Reader::fill_buffer,Reader::buffer_sizeandReader::line_length.
IndexedThe decoder returns the raw indexed data.
Trait Implementations
impl PartialEq for ColorOutput[src]
fn eq(&self, __arg_0: &ColorOutput) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Debug for ColorOutput[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more