I read in an old qooxdoo note that "qx.util.ColorUtil now accepts rgba values for cssStringToRgb()". This means to me that qoxdoo has the ability to deal with rgba colors in some ways.
But none of the ways I tried to set colors in a theme extending qx.theme.modern.Color
has been parsed by qoxxdoo : throw new Error("Could not parse color: " + temp);
Is it a bug (may I open a ticket?) or is my way of setting color variables bad ?
Thanks for your replies.