---
When creating a web page PPaint is an essential tool, but various times
I needed to insert in my pages a color I used to draw some of my brushes.
Unfortunately PPaint display color values only in the decimal format, while
HTML requires the hexadecimal format. So I wrote this little Arexx script
that display the hex value for all the colors of the current screen.
Moreover the current foreground color is marked with a "F", and the
background color is marked with a "B", so it should be easy to find them in
the list when you have a lot of colors.
This script is placed in the public domain and comes with no warranty!
|