⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 color.h

📁 ALGAE是一个快速创建算法演示的框架。目前支持的算法实现语言包括java和c
💻 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 + -