Blend enum

Blend options: over, in, out, atop, dest, dest-over, dest-in, dest-out, dest-atop, xor, add, saturate, multiply, screen, overlay, darken, lighten, colour-dodge, color-dodge, colour-burn, color-burn, hard-light, soft-light, difference, exclusion

Inheritance
Available extensions

Values

over → const Blend
const Blend('over')
inp → const Blend
const Blend('in')
out → const Blend
const Blend('out')
atop → const Blend
const Blend('atop')
dest → const Blend
const Blend('dest')
dest_over → const Blend
const Blend('dest-over')
dest_inp → const Blend
const Blend('dest-in')
dest_out → const Blend
const Blend('dest-out')
dest_atop → const Blend
const Blend('dest-atop')
xor → const Blend
const Blend('xor')
add → const Blend
const Blend('add')
saturate → const Blend
const Blend('saturate')
multiply → const Blend
const Blend('multiply')
screen → const Blend
const Blend('screen')
overlay → const Blend
const Blend('overlay')
darken → const Blend
const Blend('darken')
lighten → const Blend
const Blend('lighten')
colour_dodge → const Blend
const Blend('colour-dodge')
color_dodge → const Blend
const Blend('color-dodge')
colour_burn → const Blend
const Blend('colour-burn')
color_burn → const Blend
const Blend('color-burn')
hard_light → const Blend
const Blend('hard-light')
soft_light → const Blend
const Blend('soft-light')
difference → const Blend
const Blend('difference')
exclusion → const Blend
const Blend('exclusion')

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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

Constants

values → const List<Blend>
A constant List of the values in this enum, in order of their declaration.