struct Qoi::Pixel

Defined in:

qoi.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(r : UInt8, g : UInt8, b : UInt8, a : UInt8) #

[View source]

Instance Method Detail

def a : UInt8 #

[View source]
def a=(a : UInt8) #

[View source]
def b : UInt8 #

[View source]
def b=(b : UInt8) #

[View source]
def g : UInt8 #

[View source]
def g=(g : UInt8) #

[View source]
def r : UInt8 #

[View source]
def r=(r : UInt8) #

[View source]