Enum tcod::console::BackgroundFlag [] [src]

pub enum BackgroundFlag {
    None,
    Set,
    Multiply,
    Lighten,
    Darken,
    Screen,
    ColorDodge,
    ColorBurn,
    Add,
    AddA,
    Burn,
    Overlay,
    Alph,
    Default,
}
[]

This flag determines how a cell's existing background color will be modified by a new one

See libtcod's documentation for a detailed description of the different values.

Variants

Trait Implementations

impl Copy for BackgroundFlag
[src]

impl Clone for BackgroundFlag
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Debug for BackgroundFlag
[src]

[]

Formats the value using the given formatter.