Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
molly2d
master
Color
Key
Molly
Molly2d
Color
Console
Error
SProc
UnrecognizedInput
MacFixer
Molly
Data
Music
Built with Crystal 1.9.2
2023-10-07 21:46:21 UTC
class
Molly2d::Color
Molly2d::Color
Reference
Object
Defined in:
molly/drawing/base.cr
Constructors
.new
(r : Int32, g : Int32, b : Int32)
Instance Method Summary
#b
: Int32
#g
: Int32
#r
: Int32
#to_sdl
: SDL::Color
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
]