Color3i class

Constructors

Color3i(int r, int g, int b, {double a = 1.0})
Color3i.black()
Color3i.blue()
Color3i.fromRGBd(double red, double green, double blue, {double alpha = 1.0})
Color3i.green()
Color3i.red()
Color3i.white()
Color3i.zero()

Properties

a double
getter/setter pair
b int
getter/setter pair
g int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
r int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

clone() Color3i
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setFromColor3i(Color3i argColor) → void
setFromRGBd(double red, double green, double blue, {double? alpha}) → void
setRGB(int red, int green, int blue, {double? alpha}) → void
toString() String
A string representation of this object.
override

Operators

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