Home
last modified time | relevance | path

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

/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dweather.h49 void weather_get_color_from_ratios(float color[4], float ratios[MAX_WEATHER_TYPES]);
H A Dsky.c1051 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1091 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1130 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1158 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1196 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1234 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1272 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1310 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
1347 weather_get_color_from_ratios(local_color, ratios); in update_cloudy_sky_local_colors()
H A Dweather.c308 void weather_get_color_from_ratios(float color[4], float ratios[MAX_WEATHER_TYPES]) in weather_get_color_from_ratios() function
481 weather_get_color_from_ratios(weather_color, weather_ratios); in weather_update()