ColorPickerHsvChannel
ColorPickerHsvChannel
ColorPickerHsvChannel
ColorPickerHsvChannel
Enum
Definition
Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Prerelease APIs are identified by a Prerelease label.
[Contains prerelease APIs.]
Defines contstants that specify which Hue-Saturation-Value-Alpha component a slider in a ColorPicker controls.
public : enum class ColorPickerHsvChannelpublic enum ColorPickerHsvChannelPublic Enum ColorPickerHsvChannel// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Insider Preview (introduced v10.0.16257.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v5)
|
Fields
| Alpha Alpha Alpha Alpha | Prerelease. The slider controls the Alpha channel. |
| Hue Hue Hue Hue | Prerelease. The slider controls the Hue channel. |
| Saturation Saturation Saturation Saturation | Prerelease. The slider controls the Saturation channel. |
| Value Value Value Value | Prerelease. The slider controls the Value channel. |