CompositionColorSpace Enum

Definition

Specifies the color space for interpolating color values in ColorKeyFrameAnimation.

public enum class CompositionColorSpace
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
enum class CompositionColorSpace
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
enum class CompositionColorSpace
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
public enum CompositionColorSpace
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public enum CompositionColorSpace
var value = Microsoft.UI.Composition.CompositionColorSpace.auto
Public Enum CompositionColorSpace
Inheritance
CompositionColorSpace
Attributes

Fields

Auto 0

Use the default color space for interpolation.

Hsl 1

Use the HSL color space for interpolation.

HslLinear 3

Use the linear HSL color space for interpolation.

Rgb 2

Use the ARGB color space for interpolation.

RgbLinear 4

Use the linear ARGB color space for interpolation.

Applies to