ebiten icon indicating copy to clipboard operation
ebiten copied to clipboard

ebiten: use `ColorSpaceSRGB` by default on macOS

Open hajimehoshi opened this issue 4 months ago • 0 comments

Operating System

  • [ ] Windows
  • [X] macOS
  • [ ] Linux
  • [ ] FreeBSD
  • [ ] OpenBSD
  • [ ] Android
  • [ ] iOS
  • [ ] Nintendo Switch
  • [ ] PlayStation 5
  • [ ] Xbox
  • [ ] Web Browsers

What feature would you like to be added?

ColorSpaceDisplayP3 is nice but sometimes confuses users as other software often uses SRGB. So, why not changing the default to the most common color space SRGB?

This is a breaking change and would be done in v3.

Why is this needed?

No response

hajimehoshi avatar Sep 27 '24 17:09 hajimehoshi