Saturday, December 8, 2012

rgba(*,*,*,0) facts

when rgba() model is used, if opacity is set to 0 it is always transparent despite color used

Ex: rgba(10,10,10,0) == rgba(0,0,0,0)

Ref: http://www.december.com/html/spec/colorrgbadec.html

No comments: