Home
last modified time | relevance | path

Searched refs:cDarkRed (Results 1 – 5 of 5) sorted by relevance

/dports/games/naev/naev-0.7.0/src/
H A Dcolour.h44 extern const glColour cDarkRed;
H A Dcolour.c44 const glColour cDarkRed = { .r=0.60, .g=0.10, .b=0.10, .a=1. }; /**< Dark Red */ variable
/dports/devel/open-beagle/beagle-3.0.3/PACC/SVG/
H A DTypes.hpp121 static const Color cDarkRed; //!< "darkred" SVG color member in PACC::SVG::Color
H A DTypes.cpp75 const SVG::Color SVG::Color::cDarkRed("darkred"); member in SVG::Color
/dports/games/naev/naev-0.7.0/src/tk/widget/
H A Dbutton.c318 fc = &cDarkRed; in btn_render()