ColorSharp
ColorSharp copied to clipboard
Add CIE's RGB color space support
It would be interesting to add support to add support to the old CIE's RGB color space (not to be confused with sRGB).
Related work:
- Creating CIERGB class in Litipk.ColorSharp.ColorSpaces namespace.
- Adding CIE's RGB color matching functions.
- Adding tests to cover the CIERGB class.