Here rgba(0,0,255,1) what does 'a' in rgba supposed to mean? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Here rgba(0,0,255,1) what does 'a' in rgba supposed to mean?

18th May 2017, 3:13 AM
Azeem Syed
Azeem Syed - avatar
6 Answers
+ 5
Alpha would be transparency. 1 not transparent. 0 completely transparent.
18th May 2017, 3:34 AM
Rrestoring faith
Rrestoring faith - avatar
+ 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
18th May 2017, 4:03 AM
zakaria kasmi
zakaria kasmi - avatar
+ 2
transparency 0.0 for fully transparent, 1.0 for opaque/solid
18th May 2017, 3:31 AM
Daemo
Daemo - avatar
18th May 2017, 5:16 AM
Calviղ
Calviղ - avatar
+ 1
alpha
18th May 2017, 3:27 AM
Daemo
Daemo - avatar
+ 1
what does alpha does exactly?
18th May 2017, 3:29 AM
Azeem Syed
Azeem Syed - avatar