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

This structure serves the purpose of a color palette. You can select which palette is active and displaying at any time using CDMSetActiveScheme. The default values for colors are this, in binary.
0x00362b00 Black
0x00423607 Gray
0x00756e58 Green
0x00837b65 Yellow
0x00969483 Blue
0x00a1a193 Aqua
0x00d5e8ee White
0x00e3f6fd BrightWhite
0x000089b5 BrightYellow
0x00164bcb Red
0x002f32dc LightRed
0x008236d3 LightPurple
0x00c4716c Purple
0x00d28b26 LightBlue
0x0098a12a LightAqua
0x00009985 LightGreen
. More...

Data Fields

COLORREF colors [16]
 

Detailed Description

This structure serves the purpose of a color palette. You can select which palette is active and displaying at any time using CDMSetActiveScheme. The default values for colors are this, in binary.
0x00362b00 Black
0x00423607 Gray
0x00756e58 Green
0x00837b65 Yellow
0x00969483 Blue
0x00a1a193 Aqua
0x00d5e8ee White
0x00e3f6fd BrightWhite
0x000089b5 BrightYellow
0x00164bcb Red
0x002f32dc LightRed
0x008236d3 LightPurple
0x00c4716c Purple
0x00d28b26 LightBlue
0x0098a12a LightAqua
0x00009985 LightGreen
.

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

Field Documentation

◆ colors

COLORREF colors[16]