> Actually the IDE exposes the colour matrix filter as brightness,
> contrast, saturation and hue sliders from -100 to 100. So, what I'm
> thinking is do away with the matrix and just have:
>
> <color-matrix brightness="[-100 - 100]" contrast="[-100 - 100]"
> saturation="[-100 - 100]" hue="[-100 - 100]" />

Slight correction on this. Hue is specified in degrees (think rotation
around a colour wheel) and has a range of -180 to 180, so we have:

<color-matrix brightness="[-100 - 100]" contrast="[-100 - 100]"
saturation="[-100 - 100]" hue="[-180 - 180]" />

Cheers,

Steve

-- 
Steve Webster
http://dynamicflash.com

_______________________________________________
swfmill mailing list
swfmill@osflash.org
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to