PvrtcEncoder class
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
encodePvr(
Image bitmap, {int format = PVR_AUTO}) → Uint8List -
encodeRgb4Bpp(
Image bitmap) → Uint8List -
encodeRgba4Bpp(
Image bitmap) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
-
MODULATION_LUT
→ const List<
int> -
const [0, 0, 0, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3]
- PVR_AUTO → const int
-
-1
- PVR_RGB_2BPP → const int
-
0
- PVR_RGB_4BPP → const int
-
2
- PVR_RGBA_2BPP → const int
-
1
- PVR_RGBA_4BPP → const int
-
3