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