Skip to main content

ThirdComponent Property

Gets the third HSV color component that is NOT displayed by the spectrum. This is automatically calculated from the Components property.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)

public ColorComponent ThirdComponent { get; }

Property Value

ColorComponent

Remarks

This property should be used for any external color slider that represents the third component of the color. Note that this property uses the generic ColorComponent type instead of the more accurate HsvComponent to allow direct usage by the generalized color sliders.

See Also

Reference

ColorSpectrum Class
Avalonia.Controls.Primitives Namespace