Hi Antoine,
Great program and I like what you have done in ver.2.x. However I am having a very difficult time with the colors when designing my own stylesheet, it's all trial and errors. Can you provide a conversion sheet for the various colors?
I have combined an image from my webcam and my banner to achieve the following jpg at http://www.crewe-weather.com/wg/1/ and I would like to add some yellow text
Color Palette for Stylesheets
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Re: Color Palette for Stylesheets
Hi,
All the colors have this format : ARGB (Alpha Red Green Blue)
Each value is an hexadecimal value.
So if you want pure red, the color is FFFF0000. The two first FF are the transparency of red color.
If you want semi-transparent red, the color is 80FF0000.
You can use Paint shop pro or other painting software, generally they give RGB and you just have to add transparency.
Antoine.
All the colors have this format : ARGB (Alpha Red Green Blue)
Each value is an hexadecimal value.
So if you want pure red, the color is FFFF0000. The two first FF are the transparency of red color.
If you want semi-transparent red, the color is 80FF0000.
You can use Paint shop pro or other painting software, generally they give RGB and you just have to add transparency.
Antoine.