Home
last modified time | relevance | path

Searched refs:nestcolors (Results 1 – 3 of 3) sorted by relevance

/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dcelldrawer.cpp449 fcol = nestcolors[fv&7]; in setcolors()
649 return darkena(nestcolors[pattern_threecolor(c)] * (5 + i) / 4, 0, 0xFF); in getSnakelevColor()
H A Dpattern2.cpp1908 return nestcolors[pattern_threecolor(c)]; in generateCanvas()
3095 if(c == 't') ct = &nestcolors; in read_pattern_args()
H A Dgraph.cpp2606 int c1 = nestcolors[pattern_threecolor(c)]; in drawMonster()
2607 int c2 = nestcolors[pattern_threecolor(c->move(d))]; in drawMonster()
3372 EX colortable nestcolors = { 0x7C0000, 0x007C00, 0x00007C, 0x404040, 0x700070, 0x007070, 0x707000, … variable