Home
last modified time | relevance | path

Searched refs:randomizePercent (Results 1 – 2 of 2) sorted by relevance

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c1621 void randomizeColor(color *baseColor, short randomizePercent) { in randomizeColor() argument
1622 baseColor->red = randomizeByPercent(baseColor->red, randomizePercent); in randomizeColor()
1623 baseColor->green = randomizeByPercent(baseColor->green, randomizePercent); in randomizeColor()
1624 baseColor->blue = randomizeByPercent(baseColor->blue, randomizePercent); in randomizeColor()
H A DRogue.h2791 void randomizeColor(color *baseColor, short randomizePercent);