Table of Contents

Enum ColorSpaceFamily

Namespace
UglyToad.PdfPig.Graphics.Colors
Assembly
UglyToad.PdfPig.dll

ColorSpaces can be classified into colorspace families. ColorSpaces within the same family share general characteristics.

public enum ColorSpaceFamily

Fields

CIEBased = 1

CIE-based color spaces are based on an international standard for color specification created by the Commission Internationale de l'Éclairage (International Commission on Illumination) (CIE). These spaces specify colors in a way that is independent of the characteristics of any particular output device.

Device = 0

Device colorspaces directly specify colors or shades of gray that the output device should produce.

Special = 2

Special color spaces add features or properties to an underlying color space. They include facilities for patterns, color mapping, separations, and high-fidelity and multitone color.