On Fri, 2007-01-12 at 13:55 -0500, Erik Blankinship wrote:
> How does an activity access the stoke and fill color of a machine's
> xo?

from sugar import profile

color = profile.get_color()
fill = color.get_fill_color()
stroke = color.get_stroke_color()

'color' will be an instance of IconColor.

Dan


> Thanks,
> Erik
> _______________________________________________
> Sugar mailing list
> [email protected]
> http://mailman.laptop.org/mailman/listinfo/sugar

_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar

Reply via email to