Table of Contents

Enum ColorSpace

Namespace
Gamelogic.Colors
Assembly
Gamelogic.Colors.dll

Labels for different color spaces.

[Version(1, 0, 0)]
[Serializable]
public enum ColorSpace

Fields

HSL = 1

The HSL color space.

LAB = 2

The LAB color space.

RGB = 0

The RGB color space.