Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 751 Bytes

compositor_createcolorgradientstop_1232190734.md

File metadata and controls

36 lines (20 loc) · 751 Bytes
-api-id -api-type
M:Windows.UI.Composition.Compositor.CreateColorGradientStop(System.Single,Windows.UI.Color)
winrt method

Windows.UI.Composition.Compositor.CreateColorGradientStop

-description

Creates an instance of CompositionColorGradientStop with the specified offset and color.

-parameters

-param offset

The location of the gradient stop within the gradient vector.

-param color

The color of the gradient stop.

-returns

The created CompositionColorGradientStop object.

-remarks

-see-also

-examples