PvrtcPacket class

Constructors

PvrtcPacket(TypedData data)

Properties

colorA int
getter/setter pair
colorAIsOpaque int
getter/setter pair
colorB int
getter/setter pair
colorBIsOpaque int
getter/setter pair
colorData int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
index int
getter/setter pair
modulationData int
getter/setter pair
rawData Uint32List
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usePunchthroughAlpha int
getter/setter pair

Methods

getColorRgbA() PvrtcColorRgb
getColorRgbaA() PvrtcColorRgba
getColorRgbaB() PvrtcColorRgba
getColorRgbB() PvrtcColorRgb
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBlock(int x, int y) → void
setColorRgbA(PvrtcColorRgb c) → void
setColorRgbaA(PvrtcColorRgba c) → void
setColorRgbaB(PvrtcColorRgba c) → void
setColorRgbB(PvrtcColorRgb c) → void
setIndex(int i) → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

BILINEAR_FACTORS → const List<List<int>>
BITS_14 → const int
BITS_15 → const int
MORTON_TABLE → const List<int>
WEIGHTS → const List<List<int>>