Re: [css-color] Have you considered standardizing a rgba(#RRGGBB, <alpha-value>) notation?

On Thu, May 9, 2013 at 3:03 PM, Sebastian Zartner
<sebastianzartner@gmail.com> wrote:
> I want to add one example:
>
> color(rgb(255, 69, 0), .5);

Since this doesn't specify a channel for the second argument, it woudl
be invalid.

> Instead of having different functions for color effects like changing the
> brightness like Lea said earlier, the color() function could also do this:
>
> color(#ff4500, saturation - 20%);
> color(orangered, luminance 50%);
>
> Not sure if this approach is better than having different functions, though.

Yes, this is my preferred solution now.

~TJ

Received on Thursday, 9 May 2013 22:06:31 UTC