Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimise creation of a SimpleColor from a UInt32
Instead of creating a temporary array that we reinterpret into another temporary array, we can just pick out the bytes we want from within the UInt32.
- Loading branch information