led_intensity - Change the intensity of a specifid LED
light.
nil
led_intensity( ctrlid, ledid, intensity )
- 1
- the LED set of functions can be disabled at buildtime, if this
symbol is set to nil, then the engine has been compiled without support
for LED s.
- 2
- Accepted range is 0..255, though not all controllers support more
variations than 0 (off) and > 0 (fullbright).
function led_intensity0()
led_intensity(0, 1, 255);
end
set_led(3) set_led_rgb(3)
controller_leds(3)