8 #ifndef LWPP_COLORSPACE_H
9 #define LWPP_COLORSPACE_H
17 #define LWPP_COLORSPACEFUNCS_GLOBAL "LWColorSpace"
53 struct st_lwimagelookup;
106 st_lwimagelookup *ilt, *ilf;
125 virtual const char *
popName(
int n);
146 toLinear(ilt, from, to);
153 toColourSpace(ilf, from, to);
161 toLinear(ilt, from, from);
168 toColourSpace(ilf, from, from);
176 float rgb[]= {from, 0.0, 0.0};
177 toLinear(ilt, rgb, rgb);
186 float rgb[]= {from, 0.0, 0.0};
187 toColourSpace(ilf, rgb, rgb);
206 #endif // LWPP_COLORPSPACE_H