ColorPickerHsvChannel Enum

Definition

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

public enum class ColorPickerHsvChannel
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class ColorPickerHsvChannel
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class ColorPickerHsvChannel
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=5)]
[Windows.Foundation.Metadata.Version(1)]
public enum ColorPickerHsvChannel
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum ColorPickerHsvChannel
Public Enum ColorPickerHsvChannel
Inheritance
ColorPickerHsvChannel
Attributes
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

Fields

Alpha 3

The slider controls the Alpha channel.

Hue 0

The slider controls the Hue channel.

Saturation 1

The slider controls the Saturation channel.

Value 2

The slider controls the Value channel.

Examples

Tip

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

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.

Applies to

See also