struct X11::Color
- X11::Color
- Struct
- Value
- Object
Defined in:
x11/color.crConstructors
- .new(pixel : UInt64, red : UInt16, green : UInt16, blue : UInt16, flags : UInt8, pad : UInt8)
- .new(color : X11::C::X::Color)
- .new(color : X11::C::X::PColor)
Instance Method Summary
- #blue : UInt16
- #blue=(blue : UInt16)
- #flags : UInt8
- #flags=(flags : UInt8)
- #green : UInt16
- #green=(green : UInt16)
- #pad : UInt8
- #pad=(pad : UInt8)
- #pixel : UInt64
- #pixel=(pixel : UInt64)
- #red : UInt16
- #red=(red : UInt16)
- #to_unsafe : X11::C::X::PColor
- #to_x : X11::C::X::Color
Constructor Detail
def self.new(pixel : UInt64, red : UInt16, green : UInt16, blue : UInt16, flags : UInt8, pad : UInt8)
#