PvrtcColorRgba class

Inheritance

Constructors

PvrtcColorRgba([int r = 0, int g = 0, int b = 0, int a = 0])
PvrtcColorRgba.from(PvrtcColorRgba other)

Properties

a int
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

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