[][src]Struct nonogrid::block::base::color::ColorPalette

pub struct ColorPalette { /* fields omitted */ }

Methods

impl ColorPalette[src]

pub const WHITE_ID: ColorId[src]

pub fn with_white_and_black(white_name: &str, black_name: &str) -> Self[src]

pub fn with_white(white_name: &str) -> Self[src]

pub fn set_default(&mut self, color_name: &str) -> bool[src]

pub fn get_default(&self) -> Option<String>[src]

pub fn id_by_name(&self, name: &str) -> Option<ColorId>[src]

pub fn desc_by_id(&self, id: ColorId) -> Option<ColorDesc>[src]

pub fn color_with_name_value_symbol_and_id(
    &mut self,
    name: &str,
    value: ColorValue,
    symbol: char,
    id: ColorId
)
[src]

pub fn color_with_name_value_and_symbol(
    &mut self,
    name: &str,
    value: ColorValue,
    symbol: char
)
[src]

pub fn color_with_name_and_value(&mut self, name: &str, value: ColorValue)[src]

Trait Implementations

impl Clone for ColorPalette[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]