RGBOverlaySubFilter class

The RGBOverlaySubFilter class is a SubFilter class to apply an overlay to an image.

Inheritance
Mixed in types

Constructors

RGBOverlaySubFilter(num red, num green, num blue, num scale)

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
scale num
final

Methods

apply(Uint8List pixels, int width, int height) → void
Apply the RGBOverlaySubFilter to an Image.
override
applyFilter(RGBA color) RGBA
Apply the RGBOverlaySubFilter 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