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