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

On May 10, 2013, at 11:13 AM, "Sam L'ecuyer" <sam@cateches.is> wrote:

> 
>> .foo {
>>   color: #ff4500; 
>>   color-adjust: saturation - 20%;
>> }
>> .bar {
>>   background-color: orangered; 
>>   color-adjust: luminance 50%;
>>   background-color, box-shadow, border-color;
>> }
> 
> Just to make sure, the color-adjust prop would take a list?
> 
> `color-adjust: saturation - 20%, lightness * 1.2, alpha * .7;` should be legal.

Yeah, that's a good point. 

Received on Friday, 10 May 2013 19:20:14 UTC