Home
last modified time | relevance | path

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

/dports/games/wesnoth/wesnoth-1.14.17/src/
H A Dgame_config.hpp139 extern double hex_brightening;
H A Dgame_config.cpp97 double hex_brightening = 1.25; variable
376 hex_brightening = v["hex_brightening"].to_double(1.25); in load_config()
H A Dpicture.cpp914 return brighten_image(image, ftofxp(game_config::hex_brightening)); in get_brightened()
928 if(ftofxp(game_config::hex_brightening) == ftofxp(1.0)) { in simplify_type()
/dports/games/wesnoth/wesnoth-1.14.17/data/
H A Dgame_config.cfg38 hex_brightening=1.25