Enum image::gif::ColorMode
[−]
[src]
pub enum ColorMode {
TrueColor,
Indexed(u8),
}The color mode the encoder will use to encode the image.
Variants
TrueColor | Image will be encoded in multiple frames if more than 256 colors are present |
Indexed | Image will be reduced to |