gtk2/gdk/tests
Owen W. Taylor d2b64a1db2 Switch to CSS interpretation of rgb() and rgba() colors
CSS3 defines a somewhat odd syntax for rgba() colors - the rgb values
are integers from 0 to 255 or percentages and the a value is a
float from 0 to 1. To avoid increasing the total amount of confusion
in the world, make gdk_rgb_to_string() and gdk_rgb_parse() follow
this syntax rather than using floats for r, g, and b.

https://bugzilla.gnome.org/show_bug.cgi?id=633762
2010-11-05 22:19:50 +09:00
..
check-gdk-cairo.c gdk: Convert test to not use pixmaps 2010-09-26 15:11:30 +02:00
gdk-color.c Switch to CSS interpretation of rgb() and rgba() colors 2010-11-05 22:19:50 +09:00
Makefile.am Add some GdkRGBA tests 2010-10-25 12:01:11 -04:00