Hi, Can you please tell me if there is any function in cairo which allow me to find out what is the color (rbg), when i call cairo_rectangle(...); cairo_fill(...); I see there is a method cairo_set_source_rgb(), but I don't see a corresponding getter? Thank you for any pointers.