CompositionCompositeMode Enum

Definition

Determines how a non-opaque visual's content is blended with the background content behind the visual.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionCompositeMode
C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionCompositeMode
Inheritance
CompositionCompositeMode
Attributes

Fields

Name Value Description
Inherit 0

Inherits mode from parent visual.

SourceOver 1

The standard Composite Mode. Colors are blended with per-pixel transparency.

DestinationInvert 2

The visual content's colors are inverted.

MinBlend 3

Visual content's colors subtract for color channels in the background.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6