[][src]Trait plotters_unstable::prelude::Palette

pub trait Palette {
    const COLORS: &'static [(u8, u8, u8)];
    fn pick(idx: usize) -> PaletteColor<Self>
    where
        Self: Sized
, { ... } }

Associated Constants

Loading content...

Provided methods

fn pick(idx: usize) -> PaletteColor<Self> where
    Self: Sized

Loading content...

Implementors

Loading content...