Public Member Functions | |
this (IntPtr wxobj) | |
this () | |
bool | FindFirstUnusedColour (inout ubyte r, inout ubyte g, inout ubyte b) |
bool | FindFirstUnusedColour (inout ubyte r, inout ubyte g, inout ubyte b, ubyte startR) |
bool | FindFirstUnusedColour (inout ubyte r, inout ubyte g, inout ubyte b, ubyte startR, ubyte startG) |
bool | FindFirstUnusedColour (inout ubyte r, inout ubyte g, inout ubyte b, ubyte startR, ubyte startG, ubyte startB) |
Static Public Member Functions | |
static uint | MakeKey (ubyte r, ubyte g, ubyte b) |
this | ( | IntPtr | wxobj | ) |
Reimplemented from wxObject.
this | ( | ) |
static uint MakeKey | ( | ubyte | r, | |
ubyte | g, | |||
ubyte | b | |||
) | [static] |
bool FindFirstUnusedColour | ( | inout ubyte | r, | |
inout ubyte | g, | |||
inout ubyte | b | |||
) |
bool FindFirstUnusedColour | ( | inout ubyte | r, | |
inout ubyte | g, | |||
inout ubyte | b, | |||
ubyte | startR | |||
) |
bool FindFirstUnusedColour | ( | inout ubyte | r, | |
inout ubyte | g, | |||
inout ubyte | b, | |||
ubyte | startR, | |||
ubyte | startG | |||
) |
bool FindFirstUnusedColour | ( | inout ubyte | r, | |
inout ubyte | g, | |||
inout ubyte | b, | |||
ubyte | startR, | |||
ubyte | startG, | |||
ubyte | startB | |||
) |