Re: Color tweaking functions

Pete Boere (2012-01-21 10:56):

> h-adjust( red 10% ) => rotate hue 10%
> s-adjust( hotpink -100% )  => desaturate
> l-adjust( #f00 15% ) => lighten 10%
> a-adjust( rgb(0,0,255) -10% ) => reduce opacity 10%

Ain’t that what we got ‘hsla()’ for?

That being said, I’m all for a systematic keyword-based color system … and, actually, have been for almost ten years now.

Received on Saturday, 21 January 2012 22:21:28 UTC