Home
last modified time | relevance | path

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

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dv_video.h32 cv_rhue, cv_yhue, cv_ghue, cv_chue, cv_bhue, cv_mhue,
H A Dv_video.c64 consvar_t cv_mhue = CVAR_INIT ("mhue", "20", CV_SAVE|CV_CALL, hue_cons_t, CV_palette_OnChange); variable
146 || diffcons(cv_mhue) in InitCube()
204 dohue(cv_mhue.value, cv_mgamma.value, working[1][0][1]); in InitCube()
231 docvsat(cv_msaturation, cv_mhue.value, cv_mgamma.value, 1, 0, 1); in InitCube()
H A Dd_netcmd.c723 CV_RegisterVar(&cv_mhue); in D_RegisterClientCommands()
H A Dm_menu.c1431 {IT_STRING | IT_CVAR | IT_CV_SLIDER, NULL, "Hue", &cv_mhue, 140},