MxhColorUtil class

Constructors

MxhColorUtil()

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

Static Methods

color(String colorString) Color
intColor(String? colorString) int

Constants

BLACK → const int
BLUE → const int
CYAN → const int
DKGRAY → const int
GRAY → const int
GREEN → const int
LTGRAY → const int
MAGENTA → const int
RED → const int
sColorNameMap → const Map<String, int>
TRANSPARENT → const int
WHITE → const int
YELLOW → const int