+ 1
Here rgba(0,0,255,1) what does 'a' in rgba supposed to mean?
6 Réponses
+ 5
Alpha would be transparency. 1 not transparent. 0 completely transparent.
+ 4
a => alpha means the transparency . the value of a must be between 0.0 (fully transparent) and 1.0 (NOT transparent) . ex rgba (250,130,140,0.5) means 50% transparent . good luck
+ 2
transparency 0.0 for fully transparent, 1.0 for opaque/solid
+ 1
alpha
+ 1
what does alpha does exactly?