BitmapBlendingMode Enum
Definition
Controls the way the bitmaps are drawn together.
public enum BitmapBlendingMode
Fields
| Name | Description |
|---|---|
| Color | Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color. |
| ColorBurn | Multiplies or screens the colors, depending on the source color value. |
| ColorDodge | Darkens the backdrop color to reflect the source color. |
| Darken | Selects the darker of the backdrop and source colors. |
| Destination | Only the destination will be present. |
| DestinationAtop | Destination which overlaps the source replaces the source. |
| DestinationIn | Destination which overlaps the source, replaces the source. |
| DestinationOut | Destination is placed, where it falls outside of the source. |
| DestinationOver | Destination is placed over the source. |
| Difference | Produces an effect similar to that of the Difference mode but lower in contrast. |
| Exclusion | The source color is multiplied by the destination color and replaces the destination |
| HardLight | Darkens or lightens the colors, depending on the source color value. |
| Hue | Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color. |
| Lighten | Selects the lighter of the backdrop and source colors. |
| Luminosity | Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color. |
| Multiply | Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color. |
| Overlay | Multiplies or screens the colors, depending on the backdrop color value. |
| Plus | Display the sum of the source image and destination image. |
| Saturation | Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color. |
| Screen | Multiplies the complements of the backdrop and source color values, then complements the result. |
| SoftLight | Subtracts the darker of the two constituent colors from the lighter color. |
| Source | Only the source will be present. |
| SourceAtop | Source which overlaps the destination, replaces the destination. |
| SourceIn | The source that overlaps the destination, replaces the destination. |
| SourceOut | Source is placed, where it falls outside of the destination. |
| SourceOver | Source is placed over the destination. |
| Unspecified | No summary available. |
| Xor | The non-overlapping regions of source and destination are combined. |
Color Field
Creates a color with the hue and saturation of the source color and the luminosity of the backdrop color.
public Avalonia.Media.Imaging.BitmapBlendingMode Color
ColorBurn Field
Multiplies or screens the colors, depending on the source color value.
public Avalonia.Media.Imaging.BitmapBlendingMode ColorBurn
ColorDodge Field
Darkens the backdrop color to reflect the source color.
public Avalonia.Media.Imaging.BitmapBlendingMode ColorDodge
Darken Field
Selects the darker of the backdrop and source colors.
public Avalonia.Media.Imaging.BitmapBlendingMode Darken
Destination Field
Only the destination will be present.
public Avalonia.Media.Imaging.BitmapBlendingMode Destination
DestinationAtop Field
Destination which overlaps the source replaces the source.
public Avalonia.Media.Imaging.BitmapBlendingMode DestinationAtop
DestinationIn Field
Destination which overlaps the source, replaces the source.
public Avalonia.Media.Imaging.BitmapBlendingMode DestinationIn
DestinationOut Field
Destination is placed, where it falls outside of the source.
public Avalonia.Media.Imaging.BitmapBlendingMode DestinationOut
DestinationOver Field
Destination is placed over the source.
public Avalonia.Media.Imaging.BitmapBlendingMode DestinationOver
Difference Field
Produces an effect similar to that of the Difference mode but lower in contrast.
public Avalonia.Media.Imaging.BitmapBlendingMode Difference
Exclusion Field
The source color is multiplied by the destination color and replaces the destination
public Avalonia.Media.Imaging.BitmapBlendingMode Exclusion
HardLight Field
Darkens or lightens the colors, depending on the source color value.
public Avalonia.Media.Imaging.BitmapBlendingMode HardLight
Hue Field
Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
public Avalonia.Media.Imaging.BitmapBlendingMode Hue
Lighten Field
Selects the lighter of the backdrop and source colors.
public Avalonia.Media.Imaging.BitmapBlendingMode Lighten
Luminosity Field
Creates a color with the luminosity of the source color and the hue and saturation of the backdrop color.
public Avalonia.Media.Imaging.BitmapBlendingMode Luminosity
Multiply Field
Creates a color with the hue of the source color and the saturation and luminosity of the backdrop color.
public Avalonia.Media.Imaging.BitmapBlendingMode Multiply
Overlay Field
Multiplies or screens the colors, depending on the backdrop color value.
public Avalonia.Media.Imaging.BitmapBlendingMode Overlay
Plus Field
Display the sum of the source image and destination image.
public Avalonia.Media.Imaging.BitmapBlendingMode Plus
Saturation Field
Creates a color with the saturation of the source color and the hue and luminosity of the backdrop color.
public Avalonia.Media.Imaging.BitmapBlendingMode Saturation
Screen Field
Multiplies the complements of the backdrop and source color values, then complements the result.
public Avalonia.Media.Imaging.BitmapBlendingMode Screen
SoftLight Field
Subtracts the darker of the two constituent colors from the lighter color.
public Avalonia.Media.Imaging.BitmapBlendingMode SoftLight
Source Field
Only the source will be present.
public Avalonia.Media.Imaging.BitmapBlendingMode Source
SourceAtop Field
Source which overlaps the destination, replaces the destination.
public Avalonia.Media.Imaging.BitmapBlendingMode SourceAtop
SourceIn Field
The source that overlaps the destination, replaces the destination.
public Avalonia.Media.Imaging.BitmapBlendingMode SourceIn
SourceOut Field
Source is placed, where it falls outside of the destination.
public Avalonia.Media.Imaging.BitmapBlendingMode SourceOut
SourceOver Field
Source is placed over the destination.
public Avalonia.Media.Imaging.BitmapBlendingMode SourceOver
Unspecified Field
public Avalonia.Media.Imaging.BitmapBlendingMode Unspecified
Xor Field
The non-overlapping regions of source and destination are combined.
public Avalonia.Media.Imaging.BitmapBlendingMode Xor