struct Allegro::Color

Defined in:

Constructors

Instance Method Summary

Constructor Detail

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

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

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

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

def self.new(color) #

Instance Method Detail

def a #

def b #

def g #

def r #

def to_rgb #

def to_rgb_f #

def to_rgba #

def to_rgba_f #

def to_unsafe : Allegro::LibCore::Color #