Searched refs:rgb_brightness_ratio (Results 1 – 1 of 1) sorted by relevance
53 static int rgb_brightness_ratio = 255; variable115 rgb_brightness_ratio = 25; in init_globals()117 rgb_brightness_ratio = 15; in init_globals()119 rgb_brightness_ratio = 15; in init_globals()121 rgb_brightness_ratio = 20; in init_globals()276 red = ((colorRGB >> 16) & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked()277 green = ((colorRGB >> 8) & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked()278 blue = (colorRGB & 0xFF) * rgb_brightness_ratio / 255; in set_speaker_light_locked()