add SetRGB overload

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@75673 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2014-01-23 00:16:54 +00:00
parent adeb8e69b8
commit 1ef5afb429

View File

@@ -1670,6 +1670,12 @@ public:
*/ */
void SetPalette(const wxPalette& palette); void SetPalette(const wxPalette& palette);
/**
Set the color of the pixel at the given x and y coordinate.
*/
void SetRGB( int x, int y, unsigned char r, unsigned char g, unsigned char b );
/** /**
Sets the colour of the pixels within the given rectangle. Sets the colour of the pixels within the given rectangle.