GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
led_intensity(3) Arcan Lua API led_intensity(3)

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)

June 2022 iodev

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.