Struct caca::Color [] [src]

pub struct Color {
    pub r: u32,
    pub g: u32,
    pub b: u32,
    pub a: u32,
}

Fields

Trait Implementations

Auto Trait Implementations

impl Send for Color

impl Sync for Color