ColorPickerElement record
HSV colour picker (SV square + hue bar + hex field). Get reflects the slot’s colour; a pick calls Set. The one hand-drawn custom widget.
public record ColorPickerElement : IEquatable<HudElement>Public Members
Section titled “Public Members”| name | description |
|---|---|
| ColorPickerElement(…) | HSV colour picker (SV square + hue bar + hex field). Get reflects the slot’s colour; a pick calls Set. The one hand-drawn custom widget. |
| Get { get; set; } | |
| Set { get; set; } |
See Also
Section titled “See Also”- record HudElement
- namespace Stellar.Abstractions.Services