MCPcopy Create free account
hub / github.com/PolyMC/PolyMC / getFront

Method getFront

launcher/ui/ColorCache.h:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 QColor getFront(int key)
41 {
42 auto iter = m_colors.find(key);
43 if(iter == m_colors.end())
44 {
45 return QColor();
46 }
47 return (*iter).front;
48 }
49
50 QColor getBack(int key)
51 {

Callers 2

refreshFontPreviewMethod · 0.45
dataMethod · 0.45

Calls 3

QColorClass · 0.85
endMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected