VP8LTransform class

Constructors

VP8LTransform()

Properties

bits int
getter/setter pair
data Uint32List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
getter/setter pair
xsize int
getter/setter pair
ysize int
getter/setter pair

Methods

addGreenToBlueAndRed(Uint32List pixels, int data, int dataEnd) → void
colorIndexInverseTransform(int yStart, int yEnd, Uint32List inData, int src, Uint32List outData, int dst) → void
colorIndexInverseTransformAlpha(int yStart, int yEnd, InputBuffer src, InputBuffer dst) → void
colorSpaceInverseTransform(int yStart, int yEnd, Uint32List outData, int data) → void
inverseTransform(int rowStart, int rowEnd, Uint32List inData, int rowsIn, Uint32List outData, int rowsOut) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
predictorInverseTransform(int yStart, int yEnd, Uint32List outData, int data) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

PREDICTORS List<int Function(Uint32List pixels, int left, int top)>
final