Enum sixel_sys::MethodForRepColor [] [src]

#[repr(C)]
pub enum MethodForRepColor { Auto, CenterOfBox, AverageColor, AveragePixels, }

Method for choosing the a color from the box

Variants

Method is described in Heckbert's paper

Trait Implementations

impl Debug for MethodForRepColor
[src]

Formats the value using the given formatter.

impl Copy for MethodForRepColor
[src]

impl Clone for MethodForRepColor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for MethodForRepColor
[src]

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

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