summaryrefslogtreecommitdiff
path: root/RGBImage.h
diff options
context:
space:
mode:
Diffstat (limited to 'RGBImage.h')
-rw-r--r--RGBImage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/RGBImage.h b/RGBImage.h
index d3e5642..e2f9043 100644
--- a/RGBImage.h
+++ b/RGBImage.h
@@ -16,6 +16,7 @@ typedef struct ARGB {
void ARGB_merge(ARGB* bottom, color top);
void ARGB_mergeARGB(ARGB* bottom, ARGB top);
+void ARGB_set(ARGB* rgb, color color);
typedef struct RGBImage {
u32 width;