|
ROLAND
0.70
Amstrad Emulator based on Caprice Source rewritten in C++.
|
#include <colours.h>
Public Member Functions | |
| Colours () | |
| ~Colours () ROLAND_DEFAULT void init() | |
| void | setIntensity (uint intensity) |
| void | setDepth (uint depth) |
| void | setMonitor (uint monitor) |
| tUDWORD | get (int num) const |
Private Attributes | |
| uint | mDepth |
| uint | mIntensity |
| uint | mMonitor |
| tUDWORD | mTable [32] |
Static Private Attributes | |
| static const float | mColour [32][3] |
| static const double | mGreen [32] |
|
inline |
References init(), ROLAND_DEFAULT, and Colours::~Colours().
| ~Colours | ( | ) |
Referenced by Colours::Colours().
|
inline |
References Colours::mTable.
Referenced by Cpc::z80_out_handler().
|
inline |
References init(), and Colours::mDepth.
Referenced by VideoStd::init(), and VideoGL::init().
|
inline |
References init(), and Colours::mIntensity.
|
inline |
References init(), and Colours::mMonitor.
|
staticprivate |
|
private |
Referenced by Colours::setDepth().
|
staticprivate |
|
private |
Referenced by Colours::setIntensity().
|
private |
Referenced by Colours::setMonitor().
|
private |
Referenced by Colours::get().
1.8.11