Enum gif::ColorOutput [−][src]
#[repr(u8)]
pub enum ColorOutput {
RGBA,
Indexed,
}Output mode for the image data
Variants
The decoder expands the image data to 32bit RGBA. This affects:
- The buffer buffer of the
Framereturned byDecoder::read_next_frame. Decoder::fill_buffer,Decoder::buffer_sizeandDecoder::line_length.
The decoder returns the raw indexed data.
Trait Implementations
impl Clone for ColorOutput[src]
impl Clone for ColorOutput[src]fn clone(&self) -> ColorOutput[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl PartialEq<ColorOutput> for ColorOutput[src]
impl PartialEq<ColorOutput> for ColorOutput[src]