diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-03-07 11:28:26 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2024-03-07 11:28:26 +0000 |
| commit | b1029a40b2a9de4f0075565681336e77b86633eb (patch) | |
| tree | 813d09639470db8c1d90b900dad2beba8ff35719 /parser/output/raylib_api.xml | |
| parent | 3b7be851515bf8ec4d9585352a5df8ba5aa85ac0 (diff) | |
| download | raylib-b1029a40b2a9de4f0075565681336e77b86633eb.tar.gz raylib-b1029a40b2a9de4f0075565681336e77b86633eb.zip | |
Update raylib_api.* by CI
Diffstat (limited to 'parser/output/raylib_api.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index 525f81de..45697f24 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -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]"> |
