Struct gimp_palette::Color [] [src]

pub struct Color {
    pub r: u8,
    pub g: u8,
    pub b: u8,
}

Fields

Trait Implementations

impl ToString for Color
[src]

Converts the given value to a String. Read more