NVIDIA_BRIGHT_SCALE
newlevel = (newlevel * NVIDIA_BRIGHT_SCALE) + NVIDIA_BRIGHT_MIN;
level = (level - NVIDIA_BRIGHT_MIN) / NVIDIA_BRIGHT_SCALE;