struct

X11::Color

Inherits Struct / Value / Object

Constructors

new(pixel : UInt64, red : UInt16, green : UInt16, blue : UInt16, flags : UInt8, pad : UInt8)
Source
new(color : X11::C::X::Color)
Source
new(color : X11::C::X::PColor)
Source

Instance methods

blue
Source
blue=(blue : UInt16)
Source
flags
Source
flags=(flags : UInt8)
Source
green
Source
green=(green : UInt16)
Source
pad=(pad : UInt8)
Source
pixel
Source
pixel=(pixel : UInt64)
Source
red=(red : UInt16)
Source
to_unsafe
Source
to_x
Source