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