REVIEWED: GetPixelColor() const

This commit is contained in:
Ray
2026-06-03 21:00:34 +02:00
parent e8650c1b8e
commit ee71f0f870
2 changed files with 2 additions and 2 deletions

View File

@@ -5180,7 +5180,7 @@ Color GetColor(unsigned int hexValue)
}
// Get color from a pixel from certain format
Color GetPixelColor(void *srcPtr, int format)
Color GetPixelColor(const void *srcPtr, int format)
{
Color color = { 0 };