Closed Astrid-Lauen closed 6 years ago
On a 64 bit computer, the size of a colour reference is eight bytes, which is almost three times the size of the colour struct itself (three bytes). Because of that, it doesn't make much sense to borrow instead of just copying.
On a 64 bit computer, the size of a colour reference is eight bytes, which is almost three times the size of the colour struct itself (three bytes). Because of that, it doesn't make much sense to borrow instead of just copying.