summaryrefslogtreecommitdiffhomepage
path: root/parser
diff options
context:
space:
mode:
authorRichard Smith <[email protected]>2021-08-26 16:31:01 +0100
committerGitHub <[email protected]>2021-08-26 17:31:01 +0200
commitcac856119c23898579fc237703a8ff3bda207dc6 (patch)
tree4173a3e9162d6e4bddbfe59b6aed7bea117eaff8 /parser
parent1286bc076f2f121b5375554c2ff26d2c1c72e0eb (diff)
downloadraylib-cac856119c23898579fc237703a8ff3bda207dc6.tar.gz
raylib-cac856119c23898579fc237703a8ff3bda207dc6.zip
Change GetColor to take unsigned int (#1954)
Diffstat (limited to 'parser')
-rw-r--r--parser/raylib_api.txt2
1 files changed, 1 insertions, 1 deletions
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