📄 color.h
字号:
#ifndef ALGAECOLOR_H#define ALGAECOLOR_Hclass AlgAE;class Visible;struct AlgAEColor { unsigned char red; unsigned char green; unsigned char blue; static const AlgAEColor Black; static const AlgAEColor White; static const AlgAEColor Blue; static const AlgAEColor Cyan; static const AlgAEColor Green; static const AlgAEColor Magenta; static const AlgAEColor Red; static const AlgAEColor Yellow; static const AlgAEColor PaleBlue; static const AlgAEColor PaleCyan; static const AlgAEColor PaleGreen; static const AlgAEColor PaleMagenta; static const AlgAEColor PaleRed; static const AlgAEColor PaleYellow; static const AlgAEColor DarkGray; static const AlgAEColor MedGray;private: static const AlgAEColor& forcedInit(const AlgAEColor& c); friend class AlgAE; friend class Visible;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -