struct
WaylandClient::Format::XRGB8888
- WaylandClient::Format::XRGB8888
- Struct
- Value
- Object
Extended Modules
Defined in:
format.crConstructors
- .new(blue : UInt8, green : UInt8, red : UInt8, _unused : UInt8)
- .new(red : UInt8, green : UInt8, blue : UInt8, _unused : UInt8 = 0_u8)
Class Method Summary
Instance Method Summary
- #_unused : UInt8
- #blue : UInt8
- #clone
- #copy_with(blue _blue = @blue, green _green = @green, red _red = @red, _unused __unused = @_unused)
- #green : UInt8
- #red : UInt8
Constructor Detail
Class Method Detail
Instance Method Detail
def copy_with(blue _blue = @blue, green _green = @green, red _red = @red, _unused __unused = @_unused)
#