Home
last modified time | relevance | path

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

/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DIO.c1636 color *retForeColor, color *retBackColor, enum displayGlyph *retChar, in blendAppearances() argument
1639 *retBackColor = *fromBackColor; in blendAppearances()
1640 applyColorAverage(retBackColor, toBackColor, percent); in blendAppearances()
1657 *retForeColor = *retBackColor; in blendAppearances()
1661 applyColorAverage(retForeColor, retBackColor, percent * 2); in blendAppearances()