TintFilter class
- Inheritance
- Object
- RenderFilter
- BitmapFilter
- TintFilter
Constructors
- TintFilter(num factorR, num factorG, num factorB, num factorA)
- TintFilter.fromColor(int color)
Properties
- factorA ↔ num
-
read / write
- factorB ↔ num
-
read / write
- factorG ↔ num
-
read / write
- factorR ↔ num
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- isSimple → bool
-
read-only, inherited
-
overlap
→ Rectangle<
int> -
read-only, inherited
-
renderPassSources
→ List<
int> -
read-only, inherited
-
renderPassTargets
→ List<
int> -
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
apply(
BitmapData bitmapData, [Rectangle< num> rectangle]) → void -
override
-
clone(
) → BitmapFilter -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
renderFilter(
RenderState renderState, RenderTextureQuad renderTextureQuad, int pass) → void -
override
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited