Color Property
Gets or sets the currently selected color in the RGB color model.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.ColorPicker (in Avalonia.Controls.ColorPicker.dll)
- C#
- VB
- F#
public Color Color { get; set; }
Public Property Color As Color
Get
Set
member Color : Color with get, set
Property Value
ColorRemarks
For control authors, use HsvColor instead to avoid loss of precision and color drifting.