Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 827 Bytes

colorkeyframeanimation_interpolationcolorspace.md

File metadata and controls

28 lines (18 loc) · 827 Bytes
-api-id -api-type
P:Windows.UI.Composition.ColorKeyFrameAnimation.InterpolationColorSpace
winrt property

Windows.UI.Composition.ColorKeyFrameAnimation.InterpolationColorSpace

-description

The color space the color interpolation should run through.

The ColorKeyFrameAnimation.InterpolationColorSpace property enables a developer to choose what color space the system will interpolate through when animating between two colors. Developers can choose between the CompositionColorSpace enum values Rgb, Hsl, or Auto (system chosen).

-property-value

The color space the color interpolation should run through.

-remarks

-examples

-see-also