ColorSpectrum.HsvColor Property

Definition

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

Vector4 Vector4

float4

The current HSV color value.

Applies to