Value:do { \
UNCLAMPED_FLOAT_TO_CHAN(dst[0], f[0]); \
UNCLAMPED_FLOAT_TO_CHAN(dst[1], f[1]); \
UNCLAMPED_FLOAT_TO_CHAN(dst[2], f[2]); \
} while (0)
Convert 3 channels at once.
- Parameters:
-
| dst | pointer to destination GLchan[3] array. |
| f | pointer to source GLfloat[3] array. |
- See also:
- UNCLAMPED_FLOAT_TO_CHAN.
Definition at line 150 of file colormac.h.