DiscordColor class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

aquamarine → const int
Aquamarine, or #00FFBF.
azure → const int
Azure, or #007FFF.
black → const int
A near-black color. Due to API limitations, the color is #010101, rather than #000000, as the latter is treated as no color.
blue → const int
Blue, or #0000FF.
blurple → const int
Discord Blurple, or #7289DA.
brown → const int
Brown, or #A52A2A.
chartreuse → const int
Chartreuse, or #7FFF00.
cornflowerBlue → const int
Cornflower blue, or #6495ED.
cyan → const int
Cyan, or #00FFFF.
darkBlue → const int
Dark blue, or #00007F.
darkButNotBlack → const int
Discord Dark, But Not Black, or #2C2F33.
darkGray → const int
Dark gray, or #A9A9A9.
darkGreen → const int
Dark green, or #007F00.
darkRed → const int
Dark red, or #7F0000.
dartBlue → const int
Dart's primary blue color, or #0175C2
dartSecondary → const int
Dart's secondary blue color, or #13B9FD
flutterBlue → const int
Flutter blue, or #02569B
gold → const int
Gold, or #FFD700.
goldenrod → const int
Goldenrod, or #DAA520
gray → const int
Gray, or #808080.
grayple → const int
Discord Grayple, or #99AAB5.
green → const int
Green, or #00FF00.
hotPink → const int
Hot pink, or #FF69B4
indianRed → const int
Indian red, or #CD5C5C.
lightGray → const int
Light gray, or #808080.
lilac → const int
Lilac, or #C8A2C8.
magenta → const int
Magenta, or #FF00FF.
midnightBlue → const int
Midnight blue, or #191970.
none → const int
Represents no color, or integer 0.
notQuiteBlack → const int
Discord Not QuiteBlack, or #23272A.
orange → const int
Orange, or #FFA500.
phthaloBlue → const int
Phthalo blue, or #000F89.
phthaloGreen → const int
Phthalo green, or #123524.
purple → const int
Purple, or #800080.
red → const int
Red, or #FF0000.
rose → const int
Rose, or #FF007F.
sapGreen → const int
Sap green, or #507D2A.
sienna → const int
Sienna, or #882D17.
springGreen → const int
Spring green, or #00FF7F.
teal → const int
Teal, or #008080.
turquoise → const int
Turquoise, or #30D5C8.
veryDarkGray → const int
Very dark gray, or #666666.
violet → const int
Violet, or #EE82EE.
wheat → const int
Wheat, or #F5DEB3.
white → const int
White, or #FFFFFF.
yellow → const int
Yellow, or #FFFF00.