Re: [filter-effects] hue-rotate() and saturate() filters

Monday, October 14, 2013, 11:55:57 PM, I wrote:

> and to get a boost to chroma by some factor k, while leaving lightness and hue
> unaffected you would do

> C *= kC

Looks like I changed my mind half way through writing that :0

  C *= k
  or
  C = k*C

-- 
Best regards,
 Chris                            mailto:chris@w3.org

Received on Monday, 14 October 2013 22:09:18 UTC