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

Simply comparing the range in RGB space

Transforming into luminosities before the comparison

Trait Implementations

impl Debug for MethodForLargest
[src]

Formats the value using the given formatter.

impl Copy for MethodForLargest
[src]

impl Clone for MethodForLargest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for MethodForLargest
[src]

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

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