GPUBlendFactor enum
Values
- zero → const GPUBlendFactor
-
const GPUBlendFactor('zero')
- one → const GPUBlendFactor
-
const GPUBlendFactor('one')
- src → const GPUBlendFactor
-
const GPUBlendFactor('src')
- oneMinusSrc → const GPUBlendFactor
-
const GPUBlendFactor('one-minus-src')
- srcAlpha → const GPUBlendFactor
-
const GPUBlendFactor('src-alpha')
- oneMinusSrcAlpha → const GPUBlendFactor
-
const GPUBlendFactor('one-minus-src-alpha')
- dst → const GPUBlendFactor
-
const GPUBlendFactor('dst')
- oneMinusDst → const GPUBlendFactor
-
const GPUBlendFactor('one-minus-dst')
- dstAlpha → const GPUBlendFactor
-
const GPUBlendFactor('dst-alpha')
- oneMinusDstAlpha → const GPUBlendFactor
-
const GPUBlendFactor('one-minus-dst-alpha')
- srcAlphaSaturated → const GPUBlendFactor
-
const GPUBlendFactor('src-alpha-saturated')
- constant → const GPUBlendFactor
-
const GPUBlendFactor('constant')
- oneMinusConstant → const GPUBlendFactor
-
const GPUBlendFactor('one-minus-constant')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
final
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
Static Methods
-
fromValue(
String value) → GPUBlendFactor -
fromValues(
Iterable< String> values) → Iterable<GPUBlendFactor>
Constants
-
values
→ const List<
GPUBlendFactor> - A constant List of the values in this enum, in order of their declaration.