Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 880 Bytes

compositioncolorspace.md

File metadata and controls

49 lines (29 loc) · 880 Bytes
-api-id -api-type
T:Windows.UI.Composition.CompositionColorSpace
winrt enum

CompositionColorSpace

-description

Specifies the color space for interpolating color values in ColorKeyFrameAnimation.

-enum-fields

-field Auto:0

Use the default color space for interpolation.

-field Hsl:1

Use the HSL color space for interpolation.

-field Rgb:2

Use the ARGB color space for interpolation.

-field HslLinear:3

Use the linear HSL color space for interpolation.

-field RgbLinear:4

Use the linear ARGB color space for interpolation.

-remarks

Version history

Windows version SDK version Value added
1709 16299 HslLinear
1709 16299 RgbLinear

-examples

-see-also