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

A representation of an image that is able to be interpreted by CDM. More...

Data Fields

CDMPalette pallete
 
CDMRect rect
 
CDMEnumdata
 
CDMTiles bufferContents
 

Detailed Description

A representation of an image that is able to be interpreted by CDM.

Author
Komo
Date
30/4/2018
Examples:
main.cpp.

Field Documentation

◆ bufferContents

CDMTiles bufferContents

◆ data

CDMEnum* data

◆ pallete

CDMPalette pallete

◆ rect

CDMRect rect
Examples:
main.cpp.