Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient (#3074)
* Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear
This commit is contained in:
parent
1b4634702c
commit
e96dc46d38
10 changed files with 358 additions and 407 deletions
|
@ -211,8 +211,7 @@ ImageColorContrast|void|(Image *image, float contrast);|
|
|||
ImageColorBrightness|void|(Image *image, int brightness);|
|
||||
ImageColorReplace|void|(Image *image, Color color, Color replace);|
|
||||
GenImageColor|Image|(int width, int height, Color color);|
|
||||
GenImageGradientV|Image|(int width, int height, Color top, Color bottom);|
|
||||
GenImageGradientH|Image|(int width, int height, Color left, Color right);|
|
||||
GenImageGradientLinear|Image|(int width, int height, int direction, Color start, Color end);|
|
||||
GenImageGradientRadial|Image|(int width, int height, float density, Color inner, Color outer);|
|
||||
GenImageChecked|Image|(int width, int height, int checksX, int checksY, Color col1, Color col2);|
|
||||
GenImageWhiteNoise|Image|(int width, int height, float factor);|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue