IO Streams Colors
Reference Manual

50.2   Colors

An object of the class CGAL::Color is a color available for drawing operations in CGAL output streams. Each color is defined by a triple of integers (r,g,b) with 0 r,g,b 255, the so-called rgb-value of the color. There are a 11 predefined Color constants available: BLACK, WHITE, GRAY, RED, GREEN, DEEPBLUE, BLUE, PURPLE, VIOLET, ORANGE, and YELLOW.