Closed yoonthegoon closed 6 months ago
Need to convert XYZ to and from CIELab, CIELuv, and sRGB.
Need to write setter for values
for each color space to ensure its values are bound properly.
Also need to write tests ensuring everything works as expected, especially at edge cases (literally).
TBH this covers what the issue requires. All the other wants, I'll put into a new issue.
Also need to add a color wrapper. Ideally, this acts like a simple API allowing users to not have to interact with all the
ColorSpace
classes directly. Example usage: