TBlend 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 TBlend
const TBlend('over')
inp → const TBlend
const TBlend('in')
out → const TBlend
const TBlend('out')
atop → const TBlend
const TBlend('atop')
dest → const TBlend
const TBlend('dest')
destOver → const TBlend
const TBlend('dest-over')
destIn → const TBlend
const TBlend('dest-in')
destOut → const TBlend
const TBlend('dest-out')
destAtop → const TBlend
const TBlend('dest-atop')
xor → const TBlend
const TBlend('xor')
add → const TBlend
const TBlend('add')
saturate → const TBlend
const TBlend('saturate')
multiply → const TBlend
const TBlend('multiply')
screen → const TBlend
const TBlend('screen')
overlay → const TBlend
const TBlend('overlay')
darken → const TBlend
const TBlend('darken')
lighten → const TBlend
const TBlend('lighten')
colourDodge → const TBlend
const TBlend('colour-dodge')
colorDodge → const TBlend
const TBlend('color-dodge')
colourBurn → const TBlend
const TBlend('colour-burn')
colorBurn → const TBlend
const TBlend('color-burn')
hardLight → const TBlend
const TBlend('hard-light')
softLight → const TBlend
const TBlend('soft-light')
difference → const TBlend
const TBlend('difference')
exclusion → const TBlend
const TBlend('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<TBlend>
A constant List of the values in this enum, in order of their declaration.