class OSC::Type::RGBA

Defined in:

osc-crystal/type.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def ==(rgba : RGBA) #

[View source]
def a : UInt8 #

[View source]
def b : UInt8 #

[View source]
def g : UInt8 #

[View source]
def r : UInt8 #

[View source]