Closed leo-frank closed 5 months ago
In pick rgb colors, you directly use xy to pick colors from images. But in fact, xy are in range [0, 1], I think you should use 2*xy-1.
Yes, this is definitely a bug. Thank you for discovering this! I've pushed a commit that should fix it.
In pick rgb colors, you directly use xy to pick colors from images. But in fact, xy are in range [0, 1], I think you should use 2*xy-1.