From 1461293594ff1792def7ee95b42713e6f877a0b1 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Wed, 14 Aug 2024 00:09:32 +0200 Subject: [PATCH] add PtkRGB docs --- include/ptk_color.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/ptk_color.h b/include/ptk_color.h index ce9fc62..d5a5c7f 100644 --- a/include/ptk_color.h +++ b/include/ptk_color.h @@ -1,6 +1,7 @@ #ifndef PTK_PTK_COLOR_H_ #define PTK_PTK_COLOR_H_ +// all values in range [0.0, 1.0] typedef union { struct { float r;