You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maggie is adding these to a PDL::Graphics::ColorSpace module, so I do not need them anymore. The only thing I do need to provide is RGB->PrimaColor, along with the associated transforms.
The text was updated successfully, but these errors were encountered:
Further notes: having now read through the code, this module's needs are different from those solved by P:G:CS; that uses double for each colour-component (RGB, HSV, etc), while this module uses float+ for HSV, and a 32-bit int for RGB (one byte per R, G, B). Therefore, I think this issue does not need solving!
However, I do think it would be valuable to add literally any tests at all for the conversion utilities, and cribbing those from P:G:CS would make it super-easy, barely an inconvenience.
Maggie is adding these to a PDL::Graphics::ColorSpace module, so I do not need them anymore. The only thing I do need to provide is RGB->PrimaColor, along with the associated transforms.
The text was updated successfully, but these errors were encountered: