From cac856119c23898579fc237703a8ff3bda207dc6 Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Thu, 26 Aug 2021 16:31:01 +0100 Subject: Change GetColor to take unsigned int (#1954) --- parser/raylib_api.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'parser') diff --git a/parser/raylib_api.txt b/parser/raylib_api.txt index 07e1614c..c90fc40d 100644 --- a/parser/raylib_api.txt +++ b/parser/raylib_api.txt @@ -2505,7 +2505,7 @@ Function 308: GetColor() (1 input parameters) Name: GetColor Return type: Color Description: Get Color structure from hexadecimal value - Param[1]: hexValue (type: int) + Param[1]: hexValue (type: unsigned int) Function 309: GetPixelColor() (2 input parameters) Name: GetPixelColor Return type: Color -- cgit v1.2.3