This documentation is deprecated and will no longer be updated. Please use the official documentation at vanillapdf.readthedocs.io.
Vanilla.PDF  2.3.0
Cross-platform toolkit for creating and modifying PDF documents
Enumerations
c_color.h File Reference

This file contains class definitions for ColorHandle. More...

#include "vanillapdf/c_export.h"
#include "vanillapdf/c_handles.h"
#include "vanillapdf/c_values.h"

Go to the source code of this file.

Enumerations

enum  ColorSpaceType { ColorSpace_Transparent = 0 , ColorSpace_DeviceGray , ColorSpace_DeviceRGB , ColorSpace_DeviceCMYK }
 Color space types. More...
 

Detailed Description

This file contains class definitions for ColorHandle.

Enumeration Type Documentation

◆ ColorSpaceType

Color space types.

Enumerator
ColorSpace_Transparent 

Transparent (no color)

ColorSpace_DeviceGray 

DeviceGray color space (1 component)

ColorSpace_DeviceRGB 

DeviceRGB color space (3 components)

ColorSpace_DeviceCMYK 

DeviceCMYK color space (4 components)