Table of Contents

Enum ColorSpace

Namespace
Northwoods.Go
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration describes possible values used for lightening and darkening.

public enum ColorSpace

Fields

HSL = 1

The HSL (hue, saturation, lightness) color space.

Lab = 0

The Lab (CIELAB) color space. More closely matches human perception of lightness.

See Also