aboutsummaryrefslogtreecommitdiff
path: root/pgm.h
diff options
context:
space:
mode:
Diffstat (limited to 'pgm.h')
-rw-r--r--pgm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgm.h b/pgm.h
index fbd7f73..5a6621d 100644
--- a/pgm.h
+++ b/pgm.h
@@ -9,7 +9,7 @@ typedef struct {
COORD_T r, g, b;
} color_t;
-color_t *color_set(color_t *c, uint8_t r, uint8_t g, uint8_t b);
+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);
color_t *color_scale_vector(color_t *dest, color_t *a, vector_t *v);