PvrtcColorRgb class
- Inheritance
-
- Object
- PvrtcColorRgbCore<
PvrtcColorRgb> - PvrtcColorRgb
Constructors
- PvrtcColorRgb([int r = 0, int g = 0, int b = 0])
- PvrtcColorRgb.from(PvrtcColorRgb other)
Properties
Methods
-
copy(
) → PvrtcColorRgb -
override
-
dotProd(
PvrtcColorRgb x) → int -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setMax(
PvrtcColorRgb c) → void -
override
-
setMin(
PvrtcColorRgb c) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
int x) → PvrtcColorRgb -
operator +(
PvrtcColorRgb x) → PvrtcColorRgb -
operator -(
PvrtcColorRgb x) → PvrtcColorRgb -
operator ==(
Object other) → bool -
The equality operator.
inherited