ColorSpectrum.HsvColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the current color value as a Vector4.
Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.Primitives.ColorSpectrum.HsvColor (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).
public:
property float4 HsvColor { float4 get(); void set(float4 value); };
float4 HsvColor();
void HsvColor(float4 value);
public Vector4 HsvColor { get; set; }
var vector4 = colorSpectrum.hsvColor;
colorSpectrum.hsvColor = vector4;
Public Property HsvColor As Vector4
Property Value
The current HSV color value.