Re: [Tuxpaint-devel] add additional colors
An award-winning drawing program for children of all ages
Brought to you by:
wkendrick
|
From: Albert C. <aca...@gm...> - 2006-09-10 21:19:37
|
On 9/10/06, Bill Kendrick <nb...@so...> wrote: > Color values are listed as Red, Green and Blue between 0 (or #0 aka #00) > and 255 (or #FF), and can be followed by a text description. > > Note that decimal values must begin with a "#" and be either 3 or 6 digits > long. If it's three digits, then the low nybbles are set to zero. > (e.g., "#FFF" becomes "#F0F0F0", which isn't quite white.) I know that is what X does, but it's horribly broken. Better: #abc means #aabbcc. Linear float (0 to 1, with decimal point) could be nice. There is some support for having more than one row of colors. The user should be able to specify this. If the user does not specify it, perhaps Tux Paint should set the number of rows to make the color patches most square. |