mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update raylib_api.* by CI
This commit is contained in:
@ -2119,7 +2119,7 @@
|
||||
<Param type="Color" name="color" desc="" />
|
||||
<Param type="float" name="alpha" desc="" />
|
||||
</Function>
|
||||
<Function name="ColorToInt" retType="int" paramCount="1" desc="Get hexadecimal value for a Color">
|
||||
<Function name="ColorToInt" retType="int" paramCount="1" desc="Get hexadecimal value for a Color (0xRRGGBBAA)">
|
||||
<Param type="Color" name="color" desc="" />
|
||||
</Function>
|
||||
<Function name="ColorNormalize" retType="Vector4" paramCount="1" desc="Get Color normalized as float [0..1]">
|
||||
|
||||
Reference in New Issue
Block a user