FreeBSD Manual Pages
led_intensity(3) Arcan Lua API led_intensity(3) NAME led_intensity - Change the intensity of a specifid LED light. SYNOPSIS nil led_intensity( ctrlid, ledid, intensity ) NOTES 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). EXAMPLE function led_intensity0() led_intensity(0, 1, 255); end SEE ALSO: set_led(3) set_led_rgb(3) controller_leds(3) iodev April 2025 led_intensity(3)
NAME | SYNOPSIS | NOTES | EXAMPLE | SEE ALSO:
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=led_intensity&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>