This cell changes the colour of either the background or the foreground.
__init__
Constructor.
wx.html.
HtmlColourCell
Possible constructors:
HtmlColourCell(clr, flags=HTML_CLR_FOREGROUND)
clr (wx.Colour) – The color
flags (int) – Can be one of following:
wx.html.HTML_CLR_FOREGROUND: change color of text
wx.html.HTML_CLR_FOREGROUND
wx.html.HTML_CLR_BACKGROUND: change background color
wx.html.HTML_CLR_BACKGROUND