Specified the pixel sequence order in the code comment

This commit is contained in:
Roland Marchand 2025-08-14 14:55:34 -04:00
parent 28b804a6ba
commit 47131ed219
No known key found for this signature in database
GPG Key ID: 2ADE70183857A754

View File

@ -2943,7 +2943,7 @@ void ImageColorReplace(Image *image, Color color, Color replace)
} }
#endif // SUPPORT_IMAGE_MANIPULATION #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(); // NOTE: Memory allocated should be freed using UnloadImageColors();
Color *LoadImageColors(Image image) Color *LoadImageColors(Image image)
{ {