Struct gdk::Color [] [src]

#[repr(C)]
pub struct Color { pub pixel: u32, pub red: u16, pub green: u16, pub blue: u16, }

Fields