Struct to represent a character to be drawn.
More...
#include <tiv_lib.h>
|
std::array< int, 3 > | fgColor = std::array<int, 3>{0, 0, 0} |
|
std::array< int, 3 > | bgColor = std::array<int, 3>{0, 0, 0} |
|
int | codePoint |
|
Struct to represent a character to be drawn.
- Parameters
-
fgColor | RGB |
bgColor | RGB |
codePoint | The code point of the character to be drawn. |
◆ bgColor
std::array<int, 3> tiv::CharData::bgColor = std::array<int, 3>{0, 0, 0} |
◆ codePoint
int tiv::CharData::codePoint |
◆ fgColor
std::array<int, 3> tiv::CharData::fgColor = std::array<int, 3>{0, 0, 0} |
The documentation for this struct was generated from the following file: