Struct nannou::draw::theme::Theme[][src]

pub struct Theme {
    pub color: Color,
}

A set of styling defaults used for coloring texturing geometric primitives that have no entry within the Draw's inner ColorMap.

Fields

Color defaults.

Trait Implementations

impl Clone for Theme
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Theme
[src]

Formats the value using the given formatter. Read more

impl Default for Theme
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Theme

impl Sync for Theme