Enum sixel_sys::BuiltinDither
[−]
[src]
#[repr(C)]pub enum BuiltinDither { MonoDark, MonoLight, XTerm16, XTerm256, VT340Mono, VT340Color, G1, G2, G4, G8, }
Variants
MonoDarkMonochrome terminal with dark background
MonoLightMonochrome terminal with light background
Note: libsixel documentation says it is for a dark background...
XTerm16XTerm256VT340MonoVT340ColorG11 bit grayscale
G22 bit grayscale
G44 bit grayscale
G88 bit grayscale
Trait Implementations
impl Debug for BuiltinDither[src]
impl Copy for BuiltinDither[src]
impl Clone for BuiltinDither[src]
fn clone(&self) -> BuiltinDither
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for BuiltinDither[src]
fn eq(&self, __arg_0: &BuiltinDither) -> bool
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
This method tests for !=.