Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.34 KB

colorpickerhsvchannel.md

File metadata and controls

47 lines (28 loc) · 1.34 KB
-api-id -api-type
T:Microsoft.UI.Xaml.Controls.ColorPickerHsvChannel
winrt enum

Microsoft.UI.Xaml.Controls.ColorPickerHsvChannel

-description

Defines constants for specifying which Hue-Saturation-Value (HSV) and Alpha channel values a slider sets in a ColorPicker control.

-enum-fields

-field Value:2

The slider controls the Value channel.

-field Saturation:1

The slider controls the Saturation channel.

-field Hue:0

The slider controls the Hue channel.

-field Alpha:3

The slider controls the Alpha channel.

-remarks

-see-also

ColorSpectrum, Color picker

-examples

Tip

For more info, design guidance, and code examples, see Color picker.

[!div class="nextstepaction"] Open the WinUI 3 Gallery app and see the ColorPicker in action

The WinUI 3 Gallery app includes interactive examples of most WinUI 3 controls, features, and functionality. Get the app from the Microsoft Store or get the source code on GitHub.