ColorValue Concept
This concept describes the requirements for the type used for color values, as in for coloring a graph during a breath-first search to mark which vertices have been visited.
Valid Expressions
| Name | Expression | Return Type | Description |
|---|---|---|---|
Get Color White |
|
|
Returns an object that represents the color white. |
Get Color Gray |
|
|
Returns an object that represents the color gray. |
Get Color Black |
|
|
Returns an object that represents the color black. |