Public Member Functions | |
this (IntPtr wxobj) | |
this (IntPtr wxobj, bool memOwn) | |
this () | |
this (string name) | |
this (ubyte red, ubyte green, ubyte blue) | |
override void | Dispose () |
ubyte | Red () |
ubyte | Green () |
ubyte | Blue () |
bool | Ok () |
void | Set (ubyte red, ubyte green, ubyte blue) |
version (__WXGTK__) | |
Static Public Member Functions | |
static wxObject | New (IntPtr ptr) |
Static Public Attributes | |
static Colour | wxBLACK |
static Colour | wxWHITE |
static Colour | wxRED |
static Colour | wxBLUE |
static Colour | wxGREEN |
static Colour | wxCYAN |
static Colour | wxLIGHT_GREY |
static Colour | wxNullColour |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | IntPtr | wxobj, | |
bool | memOwn | |||
) |
Reimplemented from wxObject.
this | ( | ) |
this | ( | string | name | ) |
this | ( | ubyte | red, | |
ubyte | green, | |||
ubyte | blue | |||
) |
override void Dispose | ( | ) |
Reimplemented from wxObject.
ubyte Red | ( | ) |
ubyte Green | ( | ) |
ubyte Blue | ( | ) |
bool Ok | ( | ) |
void Set | ( | ubyte | red, | |
ubyte | green, | |||
ubyte | blue | |||
) |
version | ( | __WXGTK__ | ) |
static wxObject New | ( | IntPtr | ptr | ) | [static] |
Colour wxLIGHT_GREY [static] |
Colour wxNullColour [static] |