ColorWell

A swatch that opens the system color picker.
public class ColorWell : Control

Properties

Selected

The picked color, updated as the user drags.

Type: Bindable<Color>

public Bindable<Color> Selected { get; set; }

SelectionChanged

Invoked with the new color whenever the user picks one.

Type: Action<Color>?

public Action<Color>? SelectionChanged { get; set; }

SupportsAlpha

Whether the picker offers an opacity slider.

Type: bool

public bool SupportsAlpha { get; set; }

Title

The title shown above the picker.

Type: string?

public string? Title { get; set; }