Open wen911119 opened 5 years ago
Additionally,the default color space of the Bitmap captured in OS X is not sRGB(standard RGB) which used by CSS
I fixed this temporary, by setting this setting on my screen ( iMac mid-2017 ) (SRGB-...):
At least now the colors from getPixelColor
is correct. I am picking my colors from a game.
I fixed this temporary, by setting this setting on my screen ( iMac mid-2017 ) (SRGB-...):
At least now the colors from
getPixelColor
is correct. I am picking my colors from a game.
not work with MacBook Pro (13-inch, 2018, Four Thunderbolt 3 Ports)
Any updates on this? I am getting this behaviour on M1 13-inch MBP the color jumps between 313131
and 303030
. Maybe it has something to do with True Tone?
Expected Behavior
getPixelColor should return the exact color of screen
Current Behavior
getPixelColor is not exact on macOS, the return color has diny diffrence with the real color.
Steps to Reproduce (for bugs)
see the picture above
Your Environment