X11Colors enum

X11 color names

via. https://en.wikipedia.org/wiki/X11_color_names

Inheritance

Constructors

X11Colors()
const

Values

MediumVioletRed → const X11Colors
DeepPink → const X11Colors
PaleVioletRed → const X11Colors
HotPink → const X11Colors
LightPink → const X11Colors
Pink → const X11Colors
DarkRed → const X11Colors
Red → const X11Colors
Firebrick → const X11Colors
Crimson → const X11Colors
IndianRed → const X11Colors
LightCoral → const X11Colors
Salmon → const X11Colors
DarkSalmon → const X11Colors
LightSalmon → const X11Colors
OrangeRed → const X11Colors
Tomato → const X11Colors
DarkOrange → const X11Colors
Coral → const X11Colors
Orange → const X11Colors
DarkKhaki → const X11Colors
Gold → const X11Colors
Khaki → const X11Colors
PeachPuff → const X11Colors
Yellow → const X11Colors
PaleGoldenrod → const X11Colors
Moccasin → const X11Colors
PapayaWhip → const X11Colors
LightGoldenrodYellow → const X11Colors
LemonChiffon → const X11Colors
LightYellow → const X11Colors
Maroon → const X11Colors
Brown → const X11Colors
SaddleBrown → const X11Colors
Sienna → const X11Colors
Chocolate → const X11Colors
DarkGoldenrod → const X11Colors
Peru → const X11Colors
RosyBrown → const X11Colors
Goldenrod → const X11Colors
SandyBrown → const X11Colors
Tan → const X11Colors
Burlywood → const X11Colors
Wheat → const X11Colors
Bisque → const X11Colors
BlanchedAlmond → const X11Colors
Cornsilk → const X11Colors
DarkGreen → const X11Colors
Green → const X11Colors
DarkOliveGreen → const X11Colors
ForestGreen → const X11Colors
SeaGreen → const X11Colors
Olive → const X11Colors
OliveDrab → const X11Colors
MediumSeaGreen → const X11Colors
LimeGreen → const X11Colors
Lime → const X11Colors
SpringGreen → const X11Colors
MediumSpringGreen → const X11Colors
DarkSeaGreen → const X11Colors
MediumAquamarine → const X11Colors
YellowGreen → const X11Colors
LawnGreen → const X11Colors
Chartreuse → const X11Colors
LightGreen → const X11Colors
GreenYellow → const X11Colors
PaleGreen → const X11Colors
Teal → const X11Colors
DarkCyan → const X11Colors
LightSeaGreen → const X11Colors
CadetBlue → const X11Colors
DarkTurquoise → const X11Colors
MediumTurquoise → const X11Colors
Turquoise → const X11Colors
Aqua → const X11Colors
Cyan → const X11Colors
Aquamarine → const X11Colors
PaleTurquoise → const X11Colors
LightCyan → const X11Colors
DarkBlue → const X11Colors
MediumBlue → const X11Colors
Blue → const X11Colors
MidnightBlue → const X11Colors
RoyalBlue → const X11Colors
SteelBlue → const X11Colors
DodgerBlue → const X11Colors
DeepSkyBlue → const X11Colors
CornflowerBlue → const X11Colors
SkyBlue → const X11Colors
LightSkyBlue → const X11Colors
LightSteelBlue → const X11Colors
LightBlue → const X11Colors
PowderBlue → const X11Colors
Indigo → const X11Colors
Purple → const X11Colors
DarkMagenta → const X11Colors
DarkViolet → const X11Colors
DarkSlateBlue → const X11Colors
BlueViolet → const X11Colors
DarkOrchid → const X11Colors
Fuchsia → const X11Colors
Magenta → const X11Colors
SlateBlue → const X11Colors
MediumSlateBlue → const X11Colors
MediumOrchid → const X11Colors
MediumPurple → const X11Colors
Orchid → const X11Colors
Violet → const X11Colors
Plum → const X11Colors
Thistle → const X11Colors
Lavender → const X11Colors
MistyRose → const X11Colors
AntiqueWhite → const X11Colors
Linen → const X11Colors
Beige → const X11Colors
WhiteSmoke → const X11Colors
LavenderBlush → const X11Colors
OldLace → const X11Colors
AliceBlue → const X11Colors
Seashell → const X11Colors
GhostWhite → const X11Colors
Honeydew → const X11Colors
FloralWhite → const X11Colors
Azure → const X11Colors
MintCream → const X11Colors
Snow → const X11Colors
Ivory → const X11Colors
White → const X11Colors
Black → const X11Colors
DarkSlateGray → const X11Colors
DimGray → const X11Colors
SlateGray → const X11Colors
Gray → const X11Colors
LightSlateGray → const X11Colors
DarkGray → const X11Colors
Silver → const X11Colors
LightGray → const X11Colors
Gainsboro → const X11Colors
None → const X11Colors

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

values → const List<X11Colors>
A constant List of the values in this enum, in order of their declaration.