Struct gdk_sys::GdkColor [] [src]

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

Fields