WebPFilters class

Constructors

WebPFilters()

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

gradientFilter(Uint8List data, int width, int height, int stride, Uint8List filteredData) → void
gradientUnfilter(int width, int height, int stride, int row, int num_rows, Uint8List data) → void
horizontalFilter(Uint8List data, int width, int height, int stride, Uint8List filteredData) → void
horizontalUnfilter(int width, int height, int stride, int row, int numRows, Uint8List data) → void
verticalFilter(Uint8List data, int width, int height, int stride, Uint8List filteredData) → void
verticalUnfilter(int width, int height, int stride, int row, int num_rows, Uint8List data) → void

Constants

FILTER_BEST → const int
FILTER_FAST → const int
FILTER_GRADIENT → const int
FILTER_HORIZONTAL → const int
FILTER_LAST → const int
FILTER_NONE → const int
FILTER_VERTICAL → const int
FILTERS → const List<(void Function(Uint8List data, int width, int height, int stride, Uint8List filteredData)?)>
UNFILTERS → const List<(void Function(int width, int height, int stride, int row, int numRows, Uint8List data)?)>