Struct pango_sys::PangoColor [] [src]

pub struct PangoColor {
    pub red: u16,
    pub green: u16,
    pub blue: u16,
}

Fields