No subject
Mon Nov 7 12:11:29 CET 2011
function Parse (Spec : in String) return Gdk_Color;
...
-- The string can be one of :
--
-- - "RBG: FF/FF/FF" where the "FF" substrings are respectively the
value
-- of the red, green and blue components. Some other prefixes than
RBG
-- are defined in the X11 definition, please see some X11
documentation
-- (or the man page XParseColor on unix systems).
...
On my system, this blows up if there is a space after the colon (XFree86
4.03) as suggested by the comment.
Also notice that the B and G are reversed in the comment.
FWIW, the string does not seem to be case sensitive.
I have not had a chance to look at 1.2.11, so ignore me if you've
already fixed it.
Thanks,
Bobby Bryant
Austin, Texas
More information about the gtkada
mailing list