colors.h

来自「CGAL is a collaborative effort of severa」· C头文件 代码 · 共 18 行

H
18
字号
#ifndef CGAL_COLORS_H#define CGAL_COLORS_H#include <CGAL/basic.h>CGAL_BEGIN_NAMESPACEconst Color PINEGREEN = Color(0, 127, 0);const Color DARKGREEN = Color(0, 200, 0);const Color DARKGRAY = Color(64, 64, 64);const Color CYAN = Color(50, 248, 255);const Color LIGHTBLUE = Color(104, 144, 255);CGAL_END_NAMESPACE#endif // CGAL_COLORS_H

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?