The PowerBuilder documentation states that colors are encoded in a long number between -2 and 16777215.
I quite understand how RGB encodes colors in a long (b*256/256 + g*256 + r), what I don't understand is the meaning of a negative color: What would -1 and -2 mean? I couldn't find anything in the PB documentation that explains negative colors.
Thanks in advance