Specified the pixel sequence order in the code comment
This commit is contained in:
parent
28b804a6ba
commit
47131ed219
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user