class Molly2d::Color

Defined in:

molly/drawing/base.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def b : Int32 #

[View source]
def g : Int32 #

[View source]
def r : Int32 #

[View source]
def to_sdl : SDL::Color #

[View source]