Enum ColorSpace
This enumeration describes possible values used for lightening and darkening.
Namespace: Northwoods.Go
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum ColorSpace
Fields
Name | Description |
---|---|
HSL | The HSL (hue, saturation, lightness) color space. |
Lab | The Lab (CIELAB) color space. More closely matches human perception of lightness. |