diff options
Diffstat (limited to 'RGBImage.h')
| -rw-r--r-- | RGBImage.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |
