Type Alias x11_dl::xrender::XIndexValue

source ·
pub type XIndexValue = _XIndexValue;

Aliased Type§

struct XIndexValue {
    pub pixel: u64,
    pub red: u16,
    pub green: u16,
    pub blue: u16,
    pub alpha: u16,
}

Fields§

§pixel: u64§red: u16§green: u16§blue: u16§alpha: u16