RGBScaleSubFilter class

The RGBScaleSubFilter class is a SubFilter class to scale RGB values of every pixels in an image.

Inheritance
Mixed-in types

Constructors

RGBScaleSubFilter(num red, num green, num blue)

Properties

blue num
final
green num
final
hashCode int
The hash code for this object.
no setterinherited
red num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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