ConsoleColor class

Available extensions

Constructors

ConsoleColor.new(int hex)
const

Properties

b int

Available on ConsoleColor, provided by the ConsoleColorExtension extension

no setter
g int

Available on ConsoleColor, provided by the ConsoleColorExtension extension

no setter
hashCode int
The hash code for this object.
no setterinherited
hex int
final
r int

Available on ConsoleColor, provided by the ConsoleColorExtension extension

no setter
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.
override

Operators

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

Constants

black → const ConsoleColor
#000000
blackBright → const ConsoleColor
#000000
blue → const ConsoleColor
#000080
blueBright → const ConsoleColor
#0000ff
cyan → const ConsoleColor
#008080
cyanBright → const ConsoleColor
#00ffff
gray → const ConsoleColor
#c0c0c0
green → const ConsoleColor
#008000
greenBright → const ConsoleColor
#00ff00
magenta → const ConsoleColor
#800080
magentaBright → const ConsoleColor
#ff00ff
red → const ConsoleColor
#800000
redBright → const ConsoleColor
#ff0000
white → const ConsoleColor
#ffffff
whiteBright → const ConsoleColor
#ffffff
yellow → const ConsoleColor
#808000
yellowBright → const ConsoleColor
#ffff00