mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Change GetColor to take unsigned int (#1954)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user