Can anyone tell me what is the color code for transparency in CSS like white = \"#FFFFFF\"? As I am using following code, to convert the color codes into int:
Co
There is no transparency component of the color hex string. There is opacity, which is a float from 0.0 to 1.0.
opacity