CompositionCompositeMode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines how a non-opaque visual's content is blended with the background content behind the visual.
public enum class CompositionCompositeMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
enum class CompositionCompositeMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
public enum CompositionCompositeMode
Public Enum CompositionCompositeMode
- Inheritance
-
CompositionCompositeMode
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|
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. |
Remarks
Version history
Windows version | SDK version | Value added |
---|---|---|
1607 | 14393 | MinBlend |