[][src]Trait penlib::posca::ColorPalette

pub trait ColorPalette: Clone + Eq + PartialEq + Hash {
    fn available_colors() -> Vec<Self>;
fn rgb_color(&self) -> LinSrgb; }

Required methods

fn available_colors() -> Vec<Self>

fn rgb_color(&self) -> LinSrgb

Loading content...

Implementors

impl ColorPalette for UniPosca12Pk[src]

Loading content...