summaryrefslogtreecommitdiff
path: root/RGBImage.h
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2026-03-28 22:52:45 +0200
committerSyndamia <kamen@syndamia.com>2026-03-28 22:52:45 +0200
commitfec9d432c13f72af24d78841779d73df18e86a73 (patch)
treea7d16a627d102bf339336dba0379c237deaac935 /RGBImage.h
parent066c47c63f10df07fb31487e8cae325aec3ffa8e (diff)
downloadppm_graphics-fec9d432c13f72af24d78841779d73df18e86a73.tar
ppm_graphics-fec9d432c13f72af24d78841779d73df18e86a73.tar.gz
ppm_graphics-fec9d432c13f72af24d78841779d73df18e86a73.zip
feat: Add object interpolations, stabilize interpolation
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;