struct

WaylandClient::Format::XBGR8888

Inherits Struct < Value < Object

Constructors

new(red : UInt8, green : UInt8, blue : 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(red _red = @red, green _green = @green, blue _blue = @blue, _unused __unused = @_unused)
Source
green
red
to_rgba
Source