Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
vsbot
master
Color
ColorA
Commands
Config
Discord
JSONReader
Built with Crystal 1.9.2
2023-10-07 21:28:52 UTC
struct
Color
Color
Struct
Value
Object
Included Modules
JSON::Serializable
Defined in:
color.cr
Constructors
.new
(r : UInt8, g : UInt8, b : UInt8)
.new
(pull : JSON::PullParser)
Instance Method Summary
#to_u
: UInt32
Constructor Detail
def self.
new
(r : UInt8, g : UInt8, b : UInt8)
#
[
View source
]
def self.
new
(pull : JSON::PullParser)
#
[
View source
]
Instance Method Detail
def
to_u
: UInt32
#
[
View source
]