Public Member Functions | |
this () | |
this (IntPtr wxobj) | |
this (int n, inout ubyte r, inout ubyte g, inout ubyte b) | |
bool | Create (int n, inout ubyte r, inout ubyte g, inout ubyte b) |
bool | Ok () |
int | GetPixel (ubyte red, ubyte green, ubyte blue) |
bool | GetRGB (int pixel, out ubyte red, out ubyte green, out ubyte blue) |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Static Public Attributes | |
static Palette | wxNullPalette |
this | ( | ) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from GDIObject.
this | ( | int | n, | |
inout ubyte | r, | |||
inout ubyte | g, | |||
inout ubyte | b | |||
) |
bool Create | ( | int | n, | |
inout ubyte | r, | |||
inout ubyte | g, | |||
inout ubyte | b | |||
) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
bool Ok | ( | ) |
int GetPixel | ( | ubyte | red, | |
ubyte | green, | |||
ubyte | blue | |||
) |
bool GetRGB | ( | int | pixel, | |
out ubyte | red, | |||
out ubyte | green, | |||
out ubyte | blue | |||
) |
Palette wxNullPalette [static] |