8 digit web color in xml -


i found color definition in xml file looks #8867d1fd. wanted check in e.g. photoshop color picker keeps cutting 2 last digits. kind of notation it?

colors defined 6 digits (red , green , blue components of color) , 2 digits alpha degree of transparency. useful if want show content , background well. 0 alpha means transparent, ff means solid , background not shown. number in between means semi-transparent or semi-solid.

so format is:

argb ( alpha , red , green , blue ) 

to check color use #67d1fd check color without alpha.


Comments

Popular posts from this blog

plot - Remove Objects from Legend When You Have Also Used Fit, Matlab -

java - Why does my date parsing return a weird date? -

Need help in packaging app using TideSDK on Windows -