Description
The code of ColorSpaceCMYK.toRGB() had too many array lookups resulting in bad performance for large number of lookups.
The attached patch resolves this issue and should increase readability.
The code of ColorSpaceCMYK.toRGB() had too many array lookups resulting in bad performance for large number of lookups.
The attached patch resolves this issue and should increase readability.