?? colors.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 + -