Enum sixel_sys::MethodForLargest
[−]
[src]
#[repr(C)]pub enum MethodForLargest { Auto, Normal, Luminosity, }
Method for finding the largest dimension for splitting, and sorting by that component.
Variants
AutoNormalSimply comparing the range in RGB space
LuminosityTransforming into luminosities before the comparison
Trait Implementations
impl Debug for MethodForLargest[src]
impl Copy for MethodForLargest[src]
impl Clone for MethodForLargest[src]
fn clone(&self) -> MethodForLargest
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 MethodForLargest[src]
fn eq(&self, __arg_0: &MethodForLargest) -> 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 !=.