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

📄 colors.h

📁 CGAL is a collaborative effort of several sites in Europe and Israel. The goal is to make the most i
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -