Remove unecessarily nested loop
This commit removes a nested loop in indexedToRGB, converting it into a plain loop without multiplication.
Showing
Please
register
or
sign in
to comment
This commit removes a nested loop in indexedToRGB, converting it into a plain loop without multiplication.