PdfBlendMode enum

Inheritance
Available extensions

Values

normal → const PdfBlendMode

Selects the source colour, ignoring the backdrop

multiply → const PdfBlendMode

Multiplies the backdrop and source colour values

screen → const PdfBlendMode

Multiplies the complements of the backdrop and source colour values, then complements the result

overlay → const PdfBlendMode

Multiplies or screens the colours, depending on the backdrop colour value

darken → const PdfBlendMode

Selects the darker of the backdrop and source colours

lighten → const PdfBlendMode

Selects the lighter of the backdrop and source colours

colorDodge → const PdfBlendMode

Brightens the backdrop colour to reflect the source colour. Painting with black produces no changes.

colorBurn → const PdfBlendMode

Darkens the backdrop colour to reflect the source colour

hardLight → const PdfBlendMode

Multiplies or screens the colours, depending on the source colour value

softLight → const PdfBlendMode

Darkens or lightens the colours, depending on the source colour value

difference → const PdfBlendMode

Subtracts the darker of the two constituent colours from the lighter colour

exclusion → const PdfBlendMode

Produces an effect similar to that of the Difference mode but lower in contrast

hue → const PdfBlendMode

Creates a colour with the hue of the source colour and the saturation and luminosity of the backdrop colour

saturation → const PdfBlendMode

Creates a colour with the saturation of the source colour and the hue and luminosity of the backdrop colour

color → const PdfBlendMode

Creates a colour with the hue and saturation of the source colour and the luminosity of the backdrop colour

luminosity → const PdfBlendMode

Creates a colour with the luminosity of the source colour and the hue and saturation of the backdrop colour

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