AlphaState class
class AlphaState
- Annotations
-
- @JS()
Constructors
Properties
- alphaBlend ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isDirty → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
apply(
RenderingContext gl) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
setAlphaBlendConstants(
num r, num g, num b, num a) → void -
setAlphaBlendFunctionParameters(
num value0, num value1, num value2, num value3) → void -
setAlphaEquationParameters(
num rgb, num alpha) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited