PixelBW

Type Alias PixelBW 

Source
pub type PixelBW = bool;
Expand description

1-bit wlack and white pixel implementation

Trait Implementations§

Source§

impl BW for PixelBW

Source§

fn black() -> Self

Source§

fn white() -> Self

Source§

impl RGB for PixelBW

Source§

fn red() -> Self

Source§

fn green() -> Self

Source§

fn blue() -> Self