|
@@ -1244,6 +1244,7 @@ RLAPI Image GenImageChecked(int width, int height, int checksX, int checksY, Col
|
|
|
RLAPI Image GenImageWhiteNoise(int width, int height, float factor); // Generate image: white noise
|
|
|
RLAPI Image GenImagePerlinNoise(int width, int height, int offsetX, int offsetY, float scale); // Generate image: perlin noise
|
|
|
RLAPI Image GenImageCellular(int width, int height, int tileSize); // Generate image: cellular algorithm, bigger tileSize means bigger cells
|
|
|
+RLAPI Image GenImageText(int width, int height, const char *text); // Generate image: grayscale image from text data
|
|
|
|
|
|
// Image manipulation functions
|
|
|
RLAPI Image ImageCopy(Image image); // Create an image duplicate (useful for transformations)
|