I used this code to get a white color in 2.8, whats the proper way to
get white?
color = wx.Colour(wx.WHITE)
File "C:\py26\lib\site-packages\wx-2.9.2-msw\wx\_gdi.py", line 130,
in __init__
_gdi_.Colour_swiginit(self,_gdi_.new_Colour(*args, **kwargs))
TypeError: in method 'new_Colour', expected argument 1 of type 'byte'