BlendMode

Entries

Link copied to clipboard

Replaces destination with zero: fully transparent.

Link copied to clipboard

Replaces destination.

Link copied to clipboard

Preserves destination.

Link copied to clipboard

Source over destination.

Link copied to clipboard

Destination over source.

Link copied to clipboard

Source trimmed inside destination.

Link copied to clipboard

Destination trimmed by source.

Link copied to clipboard

Source trimmed outside destination.

Link copied to clipboard

Destination trimmed outside source.

Link copied to clipboard

Source inside destination blended with destination.

Link copied to clipboard

Destination inside source blended with source.

Link copied to clipboard

Each of source and destination trimmed outside the other.

Link copied to clipboard

Sum of colors.

Link copied to clipboard

Product of premultiplied colors; darkens destination.

Link copied to clipboard

Multiply inverse of pixels, inverting result; brightens destination.

Link copied to clipboard

Multiply or screen, depending on destination.

Link copied to clipboard

Darker of source and destination.

Link copied to clipboard

Lighter of source and destination.

Link copied to clipboard

Brighten destination to reflect source.

Link copied to clipboard

Darken destination to reflect source.

Link copied to clipboard

Multiply or screen, depending on source.

Link copied to clipboard

Lighten or darken, depending on source.

Link copied to clipboard

Subtract darker from lighter with higher contrast.

Link copied to clipboard

Subtract darker from lighter with lower contrast.

Link copied to clipboard

Multiply source with destination, darkening image.

Link copied to clipboard

Hue of source with saturation and luminosity of destination.

Link copied to clipboard

Saturation of source with hue and luminosity of destination.

Link copied to clipboard

Hue and saturation of source with luminosity of destination.

Link copied to clipboard

Luminosity of source with hue and saturation of destination.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): BlendMode

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.