in RGBa what does the a mean. in the transparent section, the floating point number for a was 0.3 why? someone should explain to me please. I thought the RGB should have been set to (0,0,0,0). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

in RGBa what does the a mean. in the transparent section, the floating point number for a was 0.3 why? someone should explain to me please. I thought the RGB should have been set to (0,0,0,0).

14th Jul 2016, 9:48 AM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
3 Answers
+ 5
RGBA color values are an extension of RGB color values with an alpha channel - which specifies the opacity of the object. An RGBA color value is specified with: rgba(red, green, blue, alpha). The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (fully opaque).
14th Jul 2016, 10:29 AM
Awele Omeligwe
Awele Omeligwe - avatar
+ 2
thanks Awele
14th Jul 2016, 10:49 AM
Dan-Awoh Emmanuel
Dan-Awoh Emmanuel - avatar
0
Alpha
11th Aug 2016, 11:31 PM
Voltra
Voltra - avatar