Struct tiled::Colour [] [src]

pub struct Colour {
    pub red: u8,
    pub green: u8,
    pub blue: u8,
}

Fields

Trait Implementations

impl Debug for Colour
[src]

Formats the value using the given formatter.

impl PartialEq for Colour
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Colour
[src]

impl Copy for Colour
[src]

impl Clone for Colour
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl FromStr for Colour
[src]

The associated error which can be returned from parsing.

Parses a string s to return a value of this type. Read more