Change GetColor to take unsigned int (#1954)

This commit is contained in:
Richard Smith
2021-08-26 16:31:01 +01:00
committed by GitHub
parent 1286bc076f
commit cac856119c
5 changed files with 6 additions and 6 deletions

View File

@ -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