aboutsummaryrefslogtreecommitdiff
path: root/headers
diff options
context:
space:
mode:
authorkdx <kikoodx@paranoici.org>2023-04-16 07:24:02 +0200
committerkdx <kikoodx@paranoici.org>2023-04-16 07:24:02 +0200
commit6370f11b5a93a00045969fa4637db46d5e792dae (patch)
tree69c704107c547e38b8913691a4b568ae7afa86ed /headers
parente94bc9ed9aa064d8e6a5ba26a5117228441fd482 (diff)
downloadtzr-6370f11b5a93a00045969fa4637db46d5e792dae.tar.gz
DrawSetColor8
Diffstat (limited to 'headers')
-rw-r--r--headers/TZR_render.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/headers/TZR_render.h b/headers/TZR_render.h
index ebc6fa8..e9747a7 100644
--- a/headers/TZR_render.h
+++ b/headers/TZR_render.h
@@ -27,6 +27,9 @@ int TZR_DrawEnd(void);
int _TZR_DrawSetColor(const TZR_Color *color);
/* Return -1 on error. */
+int TZR_DrawSetColor8(uint8_t r, uint8_t g, uint8_t b, uint8_t a);
+
+/* Return -1 on error. */
#ifdef TZR_PARANOID
#if __STDC_VERSION__ > 201710L
[[nodiscard]]