mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Add GenImageGradientSquare (#3077)
* Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare
This commit is contained in:
@ -1396,6 +1396,15 @@
|
||||
<Param name="Color outer" />
|
||||
</Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="GenImageGradientSquare" func="yes">
|
||||
<Overload retVal="Image" descr="Generate image: square gradient">
|
||||
<Param name="int width" />
|
||||
<Param name="int height" />
|
||||
<Param name="float density" />
|
||||
<Param name="Color inner" />
|
||||
<Param name="Color outer" />
|
||||
</Overload>
|
||||
</KeyWord>
|
||||
<KeyWord name="GenImageChecked" func="yes">
|
||||
<Overload retVal="Image" descr="Generate image: checked">
|
||||
<Param name="int width" />
|
||||
|
||||
Reference in New Issue
Block a user