- colour name, or from a '#RRGGBB' colour hex value string to a
- wx.Colour object when calling C++ methods that expect a wxColour.
- This means that the following are all equivallent::
+ colour name, from a '#RRGGBB' colour hex value string, or from a 3
+ integer tuple to a wx.Colour object when calling C++ methods that
+ expect a wxColour. This means that the following are all
+ equivallent::