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

Function initColor

MyGUIEngine/src/msdfgen/core/edge-coloring.cpp:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50static EdgeColor initColor(unsigned long long &seed) {
51 static const EdgeColor colors[3] = { CYAN, MAGENTA, YELLOW };
52 return colors[seedExtract3(seed)];
53}
54
55static void switchColor(EdgeColor &color, unsigned long long &seed) {
56 int shifted = color<<(1+seedExtract2(seed));

Callers 2

edgeColoringSimpleFunction · 0.85
edgeColoringInkTrapFunction · 0.85

Calls 1

seedExtract3Function · 0.85

Tested by

no test coverage detected