Difference between revisions of "Chroma:flush"
From GiderosMobile
m (Text replacement - "</source>" to "</syntaxhighlight>") |
|||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| − | + | '''Available since:''' Gideros 2020.7<br/> | |
| − | ''' | + | '''Class:''' [[chroma]]<br/> |
| − | ''' | + | |
| − | === | + | === Description === |
| − | + | Sends the wanted colours of the LEDs to the device. | |
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
() = Chroma:flush(device) | () = Chroma:flush(device) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
| − | === | + | |
| − | '''device''': (text) | + | === Parameters === |
| − | === | + | '''device''': (text) name of the device, eg keyboard, mouse<br/> |
| + | |||
| + | === Return values === | ||
{{Chroma}} | {{Chroma}} | ||
Latest revision as of 21:48, 6 November 2024
Available since: Gideros 2020.7
Class: chroma
Description
Sends the wanted colours of the LEDs to the device.
() = Chroma:flush(device)
Parameters
device: (text) name of the device, eg keyboard, mouse
Return values