|
|
template<> |
| CMY | to (const CMYK &c, const Environment &) |
| |
|
template<> |
| CMYK | to (const CMY &c, const Environment &) |
| |
|
template<> |
| HSL | to (const RGB &c, const Environment &) |
| |
|
template<> |
| RGB | to (const HSL &f, const Environment &) |
| |
|
template<> |
| HSV | to (const RGB &c, const Environment &) |
| |
|
template<> |
| RGB | to (const HSV &f, const Environment &) |
| |
|
template<> |
| LAB | to (const XYZ &c, const Environment &e) |
| |
|
template<> |
| XYZ | to (const LAB &c, const Environment &e) |
| |
|
template<> |
| RGBub | to (const RGB &c, const Environment &) |
| |
|
template<> |
| RGB | to (const RGBub &c, const Environment &) |
| |
|
template<> |
| RGBf | to (const RGB &c, const Environment &) |
| |
|
template<> |
| RGB | to (const RGBf &c, const Environment &) |
| |
|
template<> |
| HSL | to (const HSV &c, const Environment &) |
| |
|
template<> |
| HSV | to (const HSL &c, const Environment &) |
| |
|
template<> |
| LAB | to (const LCH &c, const Environment &) |
| |
|
template<> |
| LCH | to (const LAB &c, const Environment &) |
| |
|
template<> |
| RGBf | to (const RGBub &c, const Environment &) |
| |
|
template<> |
| RGBub | to (const RGBf &c, const Environment &) |
| |