struct WaylandClient::Format::ARGB8888

Overview

Endian make the order a mess.

Extended Modules

Defined in:

format.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(blue : UInt8, green : UInt8, red : UInt8, alpha : UInt8) #

[View source]
def self.new(red : UInt8, green : UInt8, blue : UInt8, alpha : UInt8) #

[View source]

Class Method Detail

def self.shm_format #

[View source]

Instance Method Detail

def alpha : UInt8 #

def blue : UInt8 #

def clone #

[View source]
def copy_with(blue _blue = @blue, green _green = @green, red _red = @red, alpha _alpha = @alpha) #

[View source]
def green : UInt8 #

def red : UInt8 #