Enum sixel_sys::BuiltinDither [] [src]

#[repr(C)]
pub enum BuiltinDither { MonoDark, MonoLight, XTerm16, XTerm256, VT340Mono, VT340Color, G1, G2, G4, G8, }

Variants

Monochrome terminal with dark background

Monochrome terminal with light background

Note: libsixel documentation says it is for a dark background...

1 bit grayscale

2 bit grayscale

4 bit grayscale

8 bit grayscale

Trait Implementations

impl Debug for BuiltinDither
[src]

Formats the value using the given formatter.

impl Copy for BuiltinDither
[src]

impl Clone for BuiltinDither
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for BuiltinDither
[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 BuiltinDither
[src]

impl Hash for BuiltinDither
[src]

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

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