On 31 August 2016 at 16:01, Chris Wright via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
> The color models I'm aware of are HSV, HSL, RGB[A], CMYK, Lab, Pantone,
> and the Open Colour Standard.

I'll initially support, XYZ/xyY, RGB (which is a gigantic set), HSx, Lab, Yuv.


> I'm not sure what common operations they have.

All colours can add, subtract, scale luminance.


> Perhaps you could provide a link to your existing library?

https://github.com/TurkeyMan/color

Reply via email to