Files
raylib/src
Ray afdf357fbe 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);
2015-10-25 01:50:15 +02:00
..
2015-10-06 17:13:40 +02:00
2015-09-02 02:41:55 +02:00
2015-08-30 17:46:19 +02:00
2015-07-29 21:42:43 +02:00
2015-10-06 17:15:50 +02:00
2015-08-27 18:17:05 +02:00
2015-09-01 23:15:26 +02:00
2015-09-01 23:15:26 +02:00
2015-07-13 18:15:31 +02:00
2015-10-24 11:19:04 +02:00
2015-10-06 17:25:27 +02:00
2015-07-29 21:43:30 +02:00
2015-05-11 18:22:16 +02:00
2015-07-13 18:14:47 +02:00
2015-04-22 18:37:09 +02:00
2015-04-22 18:37:09 +02:00
2015-05-21 14:13:51 +02:00
2015-05-21 14:13:51 +02:00
2015-10-25 01:50:15 +02:00
2014-01-23 12:36:18 +01:00
2015-10-06 17:13:40 +02:00
2015-10-06 17:13:40 +02:00