csharp
public sealed class ColorSwatchOne saved colour.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
protected override string TagNameThe element name this type answers to when a caller does not choose one.
protected override bool AcceptsFocusWhether the focus can rest on this kind of control at all.
public Color4 ColorWhat it shows.
Methods (2)
protected override void OnCreated()protected override void OnDraw(DrawContext context)Draws whatever this element is, beyond what a stylesheet can describe.
Used by (4)
- ColorInputVixen.Ui.Controls.Advanced
- ColorInputTestsVixen.Ui.Controls.Advanced.Tests
- ColorPickerVixen.Ui.Controls.Advanced
- ColorPickerTestsVixen.Ui.Controls.Advanced.Tests