SuperTux / supertux

SuperTux source code
https://supertux.org
GNU General Public License v3.0
2.48k stars 474 forks source link

`Canvas::get_pixel`: Use a virtual colorspace #2931

Open Vankata453 opened 2 months ago

Vankata453 commented 2 months ago

Virtual colorspaces, consisting of colored shapes, can now be used for the get_pixel API, instead of relying on the GPU.

TODO:

Fixes #2661. Fixes #1939 (theoretically, should also be tested).