EVO HTML to PDF Converter

Blending Enumeration

EVO PDF Client for Universal Windows Platform Documentation
The blending function for transparent rendering mode.

Namespace:  EvoPdf.HtmlToPdfClient
Assembly:  EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax

public enum Blending
Members

  Member nameValueDescription
Normal0 Selects the source color, ignoring the backdrop.
Multiply1 Multiplies the backdrop and source color values.
Screen2 Multiplies the complements of the backdrop and source color values, then complements the result.
Overlay3 Multiplies or screens the colors, depending on the backdrop color value. Source colors overlay the backdrop while preserving its highlights and shadows. The backdrop color is not replaced but is mixed with the source color to reflect the lightness or darkness of the backdrop
Darken4 Selects the darker of the backdrop and source colors.
Lighten5 Selects the lighter of the backdrop and source colors.
ColorDodge6 Brightens the backdrop color to reflect the source color. Painting with black produces no changes.
ColorBurn7 Darkens the backdrop color to reflect the source color. Painting with white produces no change.
HardLight8 Multiplies or screens the colors, depending on the source color value. The effect is similar to shining a harsh spotlight on the backdrop.
SoftLight9 Darkens or lightens the colors, depending on the source color value. The effect is similar to shining a diffused spotlight on the backdrop.
Difference10 Subtracts the darker of the two constituent colors from the lighter color.
Exclusion11 Produces an effect similar to that of the Difference mode but lower in contrast. Painting with white inverts the backdrop color; painting with black produces no change.
Hue12 Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
Saturation13 Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color. Painting with this mode in an area of the backdrop that is a pure gray (no saturation) produces no change.
Color14 Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color. This preserves the gray levels of the backdrop and is useful for coloring monochrome images or tinting color images.
Luminosity15 Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color. This produces an inverse effect to that of the Color mode.
See Also

Reference