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 decoder returns the raw indexed data.

Trait Implementations

impl PartialEq for ColorOutput
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ColorOutput
[src]

[src]

Formats the value using the given formatter. Read more

impl<R: Read> Parameter<Decoder<R>> for ColorOutput
[src]

Result type of set_param.

[src]

Sets self as a parameter of Object.