MCPcopy Create free account
hub / github.com/RGAA-Software/GoDesk / GetPrimaryColor

Method GetPrimaryColor

src/skin/opensource/skin_opensource.cpp:37–39  ·  view source on GitHub ↗

colors

Source from the content-addressed store, hash-verified

35
36 // colors
37 int SkinOpenSource::GetPrimaryColor() {
38 return 0;
39 }
40
41 int SkinOpenSource::GetSecondaryColor() {
42 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected