ColorBlendEquation class base
Constructors
- ColorBlendEquation({BlendOperation colorBlendOperation = BlendOperation.add, BlendFactor sourceColorBlendFactor = BlendFactor.one, BlendFactor destinationColorBlendFactor = BlendFactor.oneMinusSourceAlpha, BlendOperation alphaBlendOperation = BlendOperation.add, BlendFactor sourceAlphaBlendFactor = BlendFactor.one, BlendFactor destinationAlphaBlendFactor = BlendFactor.oneMinusSourceAlpha})
Properties
- alphaBlendOperation ↔ BlendOperation
-
getter/setter pair
- colorBlendOperation ↔ BlendOperation
-
getter/setter pair
- destinationAlphaBlendFactor ↔ BlendFactor
-
getter/setter pair
- destinationColorBlendFactor ↔ BlendFactor
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceAlphaBlendFactor ↔ BlendFactor
-
getter/setter pair
- sourceColorBlendFactor ↔ BlendFactor
-
getter/setter pair
Methods
-
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