diff options
Diffstat (limited to 'pgm.h')
-rw-r--r-- | pgm.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -9,6 +9,8 @@ typedef struct { COORD_T r, g, b; } color_t; +void color_clamp(color_t *c); + color_t *color_set(color_t *c, COORD_T r, COORD_T g, COORD_T b); color_t *color_scale(color_t *dest, color_t *a, COORD_T b); color_t *color_add(color_t *dest, color_t *a, color_t *b); |