Components Property
Gets or sets the two HSV color components displayed by the spectrum.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public ColorSpectrumComponents Components { get; set; }
Public Property Components As ColorSpectrumComponents
Get
Set
member Components : ColorSpectrumComponents with get, set
Property Value
ColorSpectrumComponentsRemarks
Internally, the ColorSpectrum uses the HSV color model.