![]() |
VR-Forces 4.8 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtRadarCoverageAltitudeSettings |
Macros | |
| #define | COLOR_TO_INT(r, g, b, a) (unsigned int)((r & 0x000000ff) | ((g << 8) & 0x0000ff00) | ((b << 16) & 0x00ff0000) | ((a << 24) & 0xff000000)) |
| Simple map of altitude in meters and colors as ARGB as an unsigned interger. More... | |
| #define | COLOR_R(c) (unsigned int)(c & 0x000000ff) |
| #define | COLOR_G(c) (unsigned int)((c & 0x0000ff00) >> 8) |
| #define | COLOR_B(c) (unsigned int)((c & 0x00ff0000) >> 16) |
| #define | COLOR_A(c) (unsigned int)((c & 0xff000000) >> 24) |
| #define COLOR_TO_INT | ( | r, | |
| g, | |||
| b, | |||
| a | |||
| ) | (unsigned int)((r & 0x000000ff) | ((g << 8) & 0x0000ff00) | ((b << 16) & 0x00ff0000) | ((a << 24) & 0xff000000)) |
Simple map of altitude in meters and colors as ARGB as an unsigned interger.
Referenced by makVrf::DtVrfExtendedIntervisibilitySettingsData::Color::color().