SepiaSubFilter class
The SepiaSubFilter class is a SubFilter class to apply sepia to an image.
- Inheritance
-
- Object
- SubFilter
- ColorSubFilter
- SepiaSubFilter
- Mixed-in types
Constructors
- SepiaSubFilter(num sepia)
Properties
Methods
-
apply(
Uint8List pixels, int width, int height) → void -
Apply the SepiaSubFilter to an Image.
override
-
applyFilter(
RGBA color) → RGBA -
Apply the SepiaSubFilter to a color.
override
-
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