PremultiplyAlpha enum
Values
- none → const PremultiplyAlpha
-
const PremultiplyAlpha('none')
- premultiply → const PremultiplyAlpha
-
const PremultiplyAlpha('premultiply')
- valueDefault → const PremultiplyAlpha
-
const PremultiplyAlpha('default')
Properties
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) → PremultiplyAlpha -
fromValues(
Iterable< String> values) → Iterable<PremultiplyAlpha>
Constants
-
values
→ const List<
PremultiplyAlpha> - A constant List of the values in this enum, in order of their declaration.