[][src]Trait nonogrid::parser::Paletted

pub trait Paletted {
    fn get_colors(&self) -> Vec<(String, char, String)>;
fn get_palette(&self) -> ColorPalette; }

Required methods

Loading content...

Implementors

impl Paletted for MyFormat[src]

impl Paletted for NonogramsOrg[src]

impl Paletted for WebPbn[src]

Loading content...