|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Colour Class Reference#include <Colour.h>
Inheritance diagram for acdk::wx::Colour:
List of all members.
Detailed Description
see wxColour
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.9
- Date:
- Date
- 2005/02/05 10:45:34
Constructor & Destructor Documentation
acdk::wx::Colour::Colour |
( |
|
) |
[inline] |
|
acdk::wx::Colour::Colour |
( |
byte |
red, |
|
|
byte |
green, |
|
|
byte |
blue |
|
) |
[inline] |
|
acdk::wx::Colour::Colour |
( |
int |
colRGB |
) |
[inline] |
|
acdk::wx::Colour::Colour |
( |
IN(RString) |
colourName |
) |
[inline] |
|
Member Function Documentation
byte acdk::wx::Colour::blue |
( |
|
) |
const [inline] |
|
RColour acdk::wx::Colour::getBlack |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getBlue |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getCyan |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getGreen |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getLightGrey |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getNullColour |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getRed |
( |
|
) |
[inline, static] |
|
RColour acdk::wx::Colour::getWhite |
( |
|
) |
[inline, static] |
|
byte acdk::wx::Colour::green |
( |
|
) |
const [inline] |
|
bool acdk::wx::Colour::ok |
( |
|
) |
const [inline] |
|
byte acdk::wx::Colour::red |
( |
|
) |
const [inline] |
|
void acdk::wx::Colour::set |
( |
int |
colRGB |
) |
[inline] |
|
void acdk::wx::Colour::set |
( |
byte |
red, |
|
|
byte |
green, |
|
|
byte |
blue |
|
) |
[inline] |
|
|
|