struct

WaylandClient::Format::XRGB8888

Inherits Struct < Value < Object

Constructors

new(blue : UInt8, green : UInt8, red : UInt8, _unused : UInt8)
Source
new(red : UInt8, green : UInt8, blue : UInt8, _unused : UInt8 = 0_u8)
Source

Class methods

from_rgba(*, red : UInt8, green : UInt8, blue : UInt8, alpha : UInt8)
Source
shm_format
Source

Instance methods

_unused
blue
clone
Source
copy_with(blue _blue = @blue, green _green = @green, red _red = @red, _unused __unused = @_unused)
Source
green
red
to_rgba
Source