add SetRGB overload
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75675 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
344c9f7087
commit
82f1df8a6d
1 changed files with 6 additions and 0 deletions
|
|
@ -1670,6 +1670,12 @@ public:
|
|||
*/
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue