M.B. wrote:
> ctx.set_source_rgb(color.red, color.green, color.blue)

color.x are integers in the range 0-65535 and ctx.set_source_rgb() wants 
floats in the range 0.0-1.0.

hth
/Joel
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to