ColorSpectrumComponents ColorSpectrumComponents ColorSpectrumComponents ColorSpectrumComponents 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 constants that specify how the Hue-Saturation-Value (HSV) color components are mapped onto the ColorSpectrum.

public : enum class ColorSpectrumComponentspublic enum ColorSpectrumComponentsPublic Enum ColorSpectrumComponents// 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

HueSaturation HueSaturation HueSaturation HueSaturation

Prerelease. Hue is mapped to the X axis. Saturation is mapped to the Y axis.

HueValue HueValue HueValue HueValue

Prerelease. Hue is mapped to the X axis. Value is mapped to the Y axis.

SaturationHue SaturationHue SaturationHue SaturationHue

Prerelease. Saturation is mapped to the X axis. Hue is mapped to the Y axis.

SaturationValue SaturationValue SaturationValue SaturationValue

Prerelease. Saturation is mapped to the X axis. Value is mapped to the Y axis.

ValueHue ValueHue ValueHue ValueHue

Prerelease. Value is mapped to the X axis. Hue is mapped to the Y axis.

ValueSaturation ValueSaturation ValueSaturation ValueSaturation

Prerelease. Value is mapped to the X axis. Saturation is mapped to the Y axis.

Remarks

The order of the two components in each value indicates the X/Y axis when the spectrum is a box, or the degree/radius when the spectrum is a ring.