diff options
| author | Ray <raysan5@gmail.com> | 2015-10-25 01:50:15 +0200 |
|---|---|---|
| committer | Ray <raysan5@gmail.com> | 2015-10-25 01:50:15 +0200 |
| commit | afdf357fbee7f01535bddefb4e62cb1308ed55b5 (patch) | |
| tree | fb0a070f8e1a85ece1dcf8619a67969798cc30b1 /src_android | |
| parent | 8c117cfb570874e726d6a24a4b85573e0c7b1669 (diff) | |
| download | raylib-afdf357fbee7f01535bddefb4e62cb1308ed55b5.tar.gz raylib-afdf357fbee7f01535bddefb4e62cb1308ed55b5.zip | |
Added some image manipulation functions
Added (or completed functions):
Image ImageText(const char *text, int fontSize, Color color);
Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int
spacing, Color tint);
void ImageFlipVertical(Image *image);
void ImageFlipHorizontal(Image *image);
void ImageColorTint(Image *image, Color color);
void ImageColorInvert(Image *image);
void ImageColorGrayscale(Image *image);
void ImageColorContrast(Image *image, float contrast);
void ImageColorBrightness(Image *image, int brightness);
Diffstat (limited to 'src_android')
0 files changed, 0 insertions, 0 deletions
