Home
last modified time | relevance | path

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

/dports/multimedia/lives/lives-3.2.0/src/
H A Dplugins.c3215 …double red_mind = 0., red_maxd = 1., green_mind = 0., green_maxd = 1., blue_mind = 0., blue_maxd =… in weed_params_to_rfx() local
3468 red_mind = green_mind = blue_mind = weed_get_double_value(wtmpl, WEED_LEAF_MIN, NULL); in weed_params_to_rfx()
3472 green_mind = mind[1]; in weed_params_to_rfx()
3476 if (colsd[1] < green_mind) colsd[1] = green_mind; in weed_params_to_rfx()
3483 cols[1] = (colsd[1] - green_mind) / (green_maxd - green_mind) * 255. + .49999; in weed_params_to_rfx()
3504 if (colsd[1] < green_mind) colsd[1] = green_mind; in weed_params_to_rfx()
3510 cols[1] = (colsd[1] - green_mind) / (green_maxd - green_mind) * 255. + .49999; in weed_params_to_rfx()
H A Dparamwindow.c3376 double red_mind, green_mind, blue_mind; in update_visual_params() local
3560 … red_mind = green_mind = blue_mind = weed_get_double_value(paramtmpl, WEED_LEAF_MIN, &error); in update_visual_params()
3564 green_mind = minds[1]; in update_visual_params()
3568 colsd[1] = (colsd[1] - green_mind) / (green_maxd - green_mind) * 255. + .5; in update_visual_params()
3572 if (colsd[1] < green_mind) colsd[1] = green_mind; in update_visual_params()