CDM  v0.9
Console Draw Motor, C librarly for quickly developing Windows console applications with advanced graphics. https://github.com/komo97/CDM
CDMPixelData Struct Reference

The data of a single pixel. More...

Data Fields

wchar_t character
 
unsigned char frontColor
 
unsigned char backColor
 

Detailed Description

The data of a single pixel.

Author
Komo
Date
30/4/2018

Field Documentation

◆ backColor

unsigned char backColor

◆ character

wchar_t character

◆ frontColor

unsigned char frontColor