ExpertPdf Html to Pdf Converter Library
Blending Enumeration
NamespacesExpertPdf.HtmlToPdf.PdfDocumentBlending
ExpertPdf Html to Pdf Converter Library
The blending function for transparent rendering mode.
Declaration Syntax
C#Visual BasicVisual C++
public enum Blending
Public Enumeration Blending
public enum class Blending
Members
MemberDescription
Normal Selects the source color, ignoring the backdrop.
Multiply Multiplies the backdrop and source color values.
Screen Multiplies the complements of the backdrop and source color values, then complements the result.
Overlay 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
Darken Selects the darker of the backdrop and source colors.
Lighten Selects the lighter of the backdrop and source colors.
ColorDodge Brightens the backdrop color to reflect the source color. Painting with black produces no changes.
ColorBurn Darkens the backdrop color to reflect the source color. Painting with white produces no change.
HardLight Multiplies or screens the colors, depending on the source color value. The effect is similar to shining a harsh spotlight on the backdrop.
SoftLight Darkens or lightens the colors, depending on the source color value. The effect is similar to shining a diffused spotlight on the backdrop.
Difference Subtracts the darker of the two constituent colors from the lighter color.
Exclusion 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.
Hue Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
Saturation 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.
Color 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.
Luminosity 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.

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)