diff options
Diffstat (limited to 'release')
| -rw-r--r-- | release/include/raylib.h | 1 | ||||
| -rw-r--r-- | release/libs/win32/mingw32/libraylib.a | bin | 1118066 -> 1118620 bytes |
2 files changed, 1 insertions, 0 deletions
diff --git a/release/include/raylib.h b/release/include/raylib.h index 96bf2443..43000318 100644 --- a/release/include/raylib.h +++ b/release/include/raylib.h @@ -937,6 +937,7 @@ RLAPI void ImageColorInvert(Image *image); RLAPI void ImageColorGrayscale(Image *image); // Modify image color: grayscale RLAPI void ImageColorContrast(Image *image, float contrast); // Modify image color: contrast (-100 to 100) RLAPI void ImageColorBrightness(Image *image, int brightness); // Modify image color: brightness (-255 to 255) +RLAPI void ImageColorReplace(Image *image, Color color, Color replace); // Modify image color: replace color // Image generation functions RLAPI Image GenImageColor(int width, int height, Color color); // Generate image: plain color diff --git a/release/libs/win32/mingw32/libraylib.a b/release/libs/win32/mingw32/libraylib.a Binary files differindex 675b11ea..e5a6a9bc 100644 --- a/release/libs/win32/mingw32/libraylib.a +++ b/release/libs/win32/mingw32/libraylib.a |
