On 12/03/2013 06:10 AM, Steve Teale wrote:

RGBA t = new RGBA();
writeln(t.toString());

rgba(-2147483648,-2147483648,-2147483648,nan)

It looks like i'll need to set some default values in the default
constructor, Gdk's toString function doesn't handle NAN's properly.