Struct image::imageops::colorops::BiLevel
[-] [+]
[src]
pub struct BiLevel;
A bi-level color map
pub struct BiLevel;
A bi-level color map
impl ColorMap for BiLevel
type Color = Luma<u8>
fn index_of(&self, color: &Luma<u8>) -> usize
fn map_color(&self, color: &mut Luma<u8>)
impl Copy for BiLevel
impl Clone for BiLevel
fn clone(&self) -> BiLevel
fn clone_from(&mut self, source: &Self)
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).