MCPcopy Create free account
hub / github.com/OpenPrinting/cups / _cupsRasterColorSpaceString

Function _cupsRasterColorSpaceString

cups/raster-stream.c:94–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92 */
93
94const char *
95_cupsRasterColorSpaceString(
96 cups_cspace_t cspace) /* I - cupsColorSpace value */
97{
98 static const char * const cups_color_spaces[] =
99 { /* Color spaces */
100 "W",
101 "RGB",
102 "RGBA",
103 "K",
104 "CMY",
105 "YMC",
106 "CMYK",
107 "YMCK",
108 "KCMY",
109 "KCMYcm",
110 "GMCK",
111 "GMCS",
112 "WHITE",
113 "GOLD",
114 "SILVER",
115 "CIEXYZ",
116 "CIELab",
117 "RGBW",
118 "SW",
119 "SRGB",
120 "ADOBERGB",
121 "21",
122 "22",
123 "23",
124 "24",
125 "25",
126 "26",
127 "27",
128 "28",
129 "29",
130 "30",
131 "31",
132 "ICC1",
133 "ICC2",
134 "ICC3",
135 "ICC4",
136 "ICC5",
137 "ICC6",
138 "ICC7",
139 "ICC8",
140 "ICC9",
141 "ICCA",
142 "ICCB",
143 "ICCC",
144 "ICCD",
145 "ICCE",
146 "ICCF",
147 "47",
148 "DEVICE1",
149 "DEVICE2",
150 "DEVICE3",
151 "DEVICE4",

Callers 3

_cupsRasterReadHeaderFunction · 0.85
_cupsRasterWriteHeaderFunction · 0.85
print_changesFunction · 0.85

Calls

no outgoing calls

Tested by 1

print_changesFunction · 0.68