Searched refs:clamprgb (Results 1 – 1 of 1) sorted by relevance
2275 static uint8_t clamprgb(float val) in clamprgb() function2290 rgb24[2] = clamprgb(rgb->d[0]); in write_rgb()2291 rgb24[1] = clamprgb(rgb->d[1]); in write_rgb()2292 rgb24[0] = clamprgb(rgb->d[2]); in write_rgb()