struct

WaylandClient::Format::ARGB8888

Inherits Struct < Value < Object

Endian make the order a mess.

Constructors

new(blue : UInt8, green : UInt8, red : UInt8, alpha : UInt8)
Source
new(red : UInt8, green : UInt8, blue : UInt8, alpha : UInt8)
Source

Class methods

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

Instance methods

alpha
blue
clone
Source
copy_with(blue _blue = @blue, green _green = @green, red _red = @red, alpha _alpha = @alpha)
Source
green
red
to_rgba
Source