Home
last modified time | relevance | path

Searched defs:NearestColor (Results 1 – 2 of 2) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_data.h124 #define NearestColor(r, g, b) NearestPaletteColor(r, g, b, NULL) macro
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dr_data.c2999 byte NearestColor(byte r, byte g, byte b) in NearestColor() function