CompositionColorSpace CompositionColorSpace CompositionColorSpace CompositionColorSpace Enum

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Specifies the color space for interpolating color values in ColorKeyFrameAnimation.

public : enum class CompositionColorSpacepublic enum CompositionColorSpacePublic Enum CompositionColorSpace// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v2)

Fields

Auto Auto Auto Auto

Use the default color space for interpolation.

Hsl Hsl Hsl Hsl

Use the HSL color space for interpolation.

HslLinear HslLinear HslLinear HslLinear

Prerelease.

Rgb Rgb Rgb Rgb

Use the ARGB color space for interpolation.

RgbLinear RgbLinear RgbLinear RgbLinear

Prerelease.