summaryrefslogtreecommitdiffhomepage
path: root/src/raylib.h
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2020-11-28 19:11:31 +0100
committerraysan5 <[email protected]>2020-11-28 19:11:31 +0100
commitd6f4f3ee88a1eaa77acba4ae9aab7ed2e52049bf (patch)
treeeff1296a9ebfa48ab4a8522ecb20e9542df8ef77 /src/raylib.h
parent14c1ee268107b2de727c2820e56a333b85ebc500 (diff)
downloadraylib-d6f4f3ee88a1eaa77acba4ae9aab7ed2e52049bf.tar.gz
raylib-d6f4f3ee88a1eaa77acba4ae9aab7ed2e52049bf.zip
REMOVED: GetImageDataNormalized()
Let the advance users manage it as they want...
Diffstat (limited to 'src/raylib.h')
-rw-r--r--src/raylib.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/raylib.h b/src/raylib.h
index 538e6c2d..610c836d 100644
--- a/src/raylib.h
+++ b/src/raylib.h
@@ -1173,7 +1173,6 @@ RLAPI void ImageColorReplace(Image *image, Color color, Color replace);
RLAPI Color *GetImageData(Image image); // Get pixel data from image as a Color struct array
RLAPI Color *GetImagePalette(Image image, int maxPaletteSize, int *extractCount); // Get color palette from image to maximum size (memory should be freed)
-RLAPI Vector4 *GetImageDataNormalized(Image image); // Get pixel data from image as Vector4 array (float normalized)
RLAPI Rectangle GetImageAlphaBorder(Image image, float threshold); // Get image alpha border rectangle
// Image drawing functions