MCPcopy Create free account
hub / github.com/MyGUI/mygui / EdgeColor

Enum EdgeColor

MyGUIEngine/src/msdfgen/core/EdgeColor.h:9–18  ·  view source on GitHub ↗

Edge color specifies which color channels an edge belongs to.

Source from the content-addressed store, hash-verified

7
8/// Edge color specifies which color channels an edge belongs to.
9enum EdgeColor {
10 BLACK = 0,
11 RED = 1,
12 GREEN = 2,
13 YELLOW = 3,
14 BLUE = 4,
15 MAGENTA = 5,
16 CYAN = 6,
17 WHITE = 7
18};
19
20}

Callers 4

parseColoringFunction · 0.85
switchColorFunction · 0.85
edgeColoringSimpleFunction · 0.85
edgeColoringInkTrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected