Color Space

Constants for the ColorServicesInfo::resultSpace and ColorServicesInfo::sourceSpace fields. More...

Color Space Constants

#define plugIncolorServicesRGBSpace   0
 RGB color space.
#define plugIncolorServicesHSBSpace   1
 HSB color space.
#define plugIncolorServicesCMYKSpace   2
 CMYK color space.
#define plugIncolorServicesLabSpace   3
 Lab color space.
#define plugIncolorServicesGraySpace   4
 Gray color space.
#define plugIncolorServicesHSLSpace   5
 HSL color space.
#define plugIncolorServicesXYZSpace   6
 XYZ color space.
#define plugIncolorServicesChosenSpace   -1
 Leaves the color in the space the user chose, returning resultSpace as the user chosen space.

Detailed Description

Constants for the ColorServicesInfo::resultSpace and ColorServicesInfo::sourceSpace fields.


Define Documentation

#define plugIncolorServicesRGBSpace   0

RGB color space.

#define plugIncolorServicesHSBSpace   1

HSB color space.

#define plugIncolorServicesCMYKSpace   2

CMYK color space.

#define plugIncolorServicesLabSpace   3

Lab color space.

#define plugIncolorServicesGraySpace   4

Gray color space.

#define plugIncolorServicesHSLSpace   5

HSL color space.

#define plugIncolorServicesXYZSpace   6

XYZ color space.

#define plugIncolorServicesChosenSpace   -1

Leaves the color in the space the user chose, returning resultSpace as the user chosen space.

Only valid in the resultSpace field.