PvrtcColorRgb class

Inheritance

Constructors

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

Properties

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() 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