Buuz135 / DarkModeEverywhere

MIT License
7 stars 9 forks source link

Don't use AWT Color #1

Closed XFactHD closed 2 years ago

XFactHD commented 2 years ago

The AWT Color class should not be used in mod code, it's known to crash on Mac and may also be missing completely in certain Java distributions. Instead use the FastColor.ARGB32 helpers to pack and unpack colors.