add MultiColorLabel
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Jun 2008 07:43:48 +0000 (07:43 +0000)
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>
Tue, 10 Jun 2008 07:43:48 +0000 (07:43 +0000)
in the skin you can set multiple colors with foregroundColors="#8c7c93,black,#f23d21"
and/or backgroundColors="#012345,#081501,green,#078753"
in python code the you can switch colors with
self["blasel"].setForegroundColorNum(x) or
self["blubber"].setBackgroundColorNum(y)


No differences found