Struct image::imageops::colorops::BiLevel [] [src]

pub struct BiLevel;

A bi-level color map

Trait Implementations

impl Clone for BiLevel
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BiLevel
[src]

impl ColorMap for BiLevel
[src]

The color type on which the map operates on

[src]

Returns the index of the closed match of color in the color map. Read more

[src]

Maps color to the closest color in the color map.