Re: [css-color-4] Renaming gray()

On Wed, Jul 23, 2014 at 3:27 PM, George Weilenmann
<george.weilenmann@insightsoftware.com> wrote:
> I know I am an outside here, but as a suggestion...
>
> How about leaving gray() as is and adding graying(), graying implies an actionable making a distinction between the two.
>
> Where gray(%) resolves to the shade of gray rgb(%,%,%)
> And
> Where graying(%) acts as a blender towards gray(50%)

While it's a little less obviously named, turning a color gray is just
reducing its saturation, and so can be done via the color() function
and the saturation() adjuster, like "color(red saturation(- 20%))".

~TJ

Received on Wednesday, 23 July 2014 22:47:53 UTC