BitmapFilter class abstract

Inheritance
Implementers

Constructors

BitmapFilter()

Properties

hashCode int
The hash code for this object.
no setterinherited
isSimple bool
no setterinherited
overlap Rectangle<int>
no setteroverride
renderPassSources List<int>
no setteroverride
renderPassTargets List<int>
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

apply(BitmapData bitmapData, [Rectangle<num>? rectangle]) → void
clone() BitmapFilter
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
renderFilter(RenderState renderState, RenderTextureQuad renderTextureQuad, int pass) → void
override
toString() String
A string representation of this object.
inherited

Operators

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