mirror of
https://github.com/raysan5/raylib.git
synced 2026-06-28 05:50:31 +00:00
REVIEWED: GetPixelColor() const
This commit is contained in:
@@ -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 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user