From 47131ed2196690cbff95de9747409fc091920e3e Mon Sep 17 00:00:00 2001 From: Roland Marchand Date: Thu, 14 Aug 2025 14:55:34 -0400 Subject: [PATCH] Specified the pixel sequence order in the code comment --- src/rtextures.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rtextures.c b/src/rtextures.c index 81d615c38..3c0aa3d9e 100644 --- a/src/rtextures.c +++ b/src/rtextures.c @@ -2943,7 +2943,7 @@ void ImageColorReplace(Image *image, Color color, Color replace) } #endif // SUPPORT_IMAGE_MANIPULATION -// Load color data from image as a Color array (RGBA - 32bit) +// Load color data from image as a Color array (RGBA - 32bit) with row-major order // NOTE: Memory allocated should be freed using UnloadImageColors(); Color *LoadImageColors(Image image) {