Vixen
02b45cc4
csharp
public enum ColorModel

Which set of axes a ColorPicker is offering.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • Hsv

    Hue, saturation and value — the wheel everybody has used.

  • OkLch

    Oklab in polar form: perceptual lightness, chroma and hue.

Used by (3)

  • ColorFieldVixen.Ui.Controls.Advanced
  • ColorPickerVixen.Ui.Controls.Advanced
  • ColorPickerTestsVixen.Ui.Controls.Advanced.Tests