SITintMode enum SVG DOM

Possible tint mode values for an asset. This is a top-level property for an asset that is not present in an SVG; it comes from Android Vector Drawables. It determines the dart:ui BlendMode used to apply a tint,

Inheritance
Available extensions

Values

srcOver → const SITintMode
srcIn → const SITintMode
srcATop → const SITintMode
multiply → const SITintMode
screen → const SITintMode
add → const SITintMode
clear → const SITintMode
color → const SITintMode
colorBurn → const SITintMode
colorDodge → const SITintMode
darken → const SITintMode
difference → const SITintMode
dst → const SITintMode
dstATop → const SITintMode
dstIn → const SITintMode
dstOut → const SITintMode
dstOver → const SITintMode
exclusion → const SITintMode
hardLight → const SITintMode
hue → const SITintMode
lighten → const SITintMode
luminosity → const SITintMode
modulate → const SITintMode
overlay → const SITintMode
saturation → const SITintMode
softLight → const SITintMode
src → const SITintMode
srcOut → const SITintMode
xor → const SITintMode

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

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<SITintMode>
A constant List of the values in this enum, in order of their declaration.