Searched refs:cDarkRed (Results 1 – 5 of 5) sorted by relevance
44 extern const glColour cDarkRed;
44 const glColour cDarkRed = { .r=0.60, .g=0.10, .b=0.10, .a=1. }; /**< Dark Red */ variable
121 static const Color cDarkRed; //!< "darkred" SVG color member in PACC::SVG::Color
75 const SVG::Color SVG::Color::cDarkRed("darkred"); member in SVG::Color
318 fc = &cDarkRed; in btn_render()