inLimbo
TUI Music Player that keeps you in Limbo.
 
Loading...
Searching...
No Matches
tiv::CharData Struct Reference

Struct to represent a character to be drawn. More...

#include <tiv_lib.h>

Public Attributes

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
 

Detailed Description

Struct to represent a character to be drawn.

Parameters
fgColorRGB
bgColorRGB
codePointThe code point of the character to be drawn.

Member Data Documentation

◆ 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: