
Public Member Functions | |
| bool | Create (int n, char[] r, char[] g, char[] b) |
| int | GetPixel (char red, char green, char blue) |
| bool | GetRGB (int pixel, out char red, out char green, out char blue) |
| bool | Ok () |
| Palette (int n, char[] r, char[] g, char[] b) | |
| Palette (IntPtr wxObject) | |
| Palette () | |
Protected Member Functions | |
| override void | CallDTor () |
| wx.Palette.Palette | ( | ) |
| wx.Palette.Palette | ( | IntPtr | wxObject | ) |
| wx.Palette.Palette | ( | int | n, | |
| char[] | r, | |||
| char[] | g, | |||
| char[] | b | |||
| ) |
| override void wx.Palette.CallDTor | ( | ) | [protected, virtual] |
This will be called by Dispose() to delete the C++ object. Overload this if you have to use another DTor.
Reimplemented from wx.GDIObject.
| bool wx.Palette.Create | ( | int | n, | |
| char[] | r, | |||
| char[] | g, | |||
| char[] | b | |||
| ) |
| int wx.Palette.GetPixel | ( | char | red, | |
| char | green, | |||
| char | blue | |||
| ) |
| bool wx.Palette.GetRGB | ( | int | pixel, | |
| out char | red, | |||
| out char | green, | |||
| out char | blue | |||
| ) |
| bool wx.Palette.Ok | ( | ) |