src/ascension/text.h

changeset 256
60014484121c
parent 219
62508d957a22
--- a/src/ascension/text.h	Tue Aug 05 20:38:11 2025 +0200
+++ b/src/ascension/text.h	Wed Aug 06 00:37:01 2025 +0200
@@ -41,7 +41,7 @@
     AscTexture *texture;
     cxmutstr text;
     AscFont font;
-    asc_col4i color;
+    asc_color color;
     unsigned short max_width;
     /**
      * The automatically calculated offset in case the text is centered.
@@ -67,7 +67,7 @@
     int y;
     const char *name;
     const char *text;
-    asc_col4i color;
+    asc_color color;
     enum asc_text_alignment alignment;
     unsigned short max_width;
     bool centered;

mercurial