From fec9d432c13f72af24d78841779d73df18e86a73 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 28 Mar 2026 22:52:45 +0200 Subject: feat: Add object interpolations, stabilize interpolation --- RGBImage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'RGBImage.h') 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; -- cgit v1.2.3