Trait pixtra::pixels::ColorTrait

source ·
pub trait ColorTrait {
    const WHITE: Pixel;
    const BLACK: Pixel;
    const RED: Pixel;
    const GREEN: Pixel;
    const BLUE: Pixel;
    const ZERO: Pixel;
}
Expand description

Example colors

Required Associated Constants§

Implementors§