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