Difference between revisions of "Chroma:flush"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
m (Text replacement - "</source>" to "</syntaxhighlight>") |
||
Line 7: | Line 7: | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
() = Chroma:flush(device) | () = Chroma:flush(device) | ||
− | </ | + | </syntaxhighlight> |
=== <translate>Parameters</translate> === | === <translate>Parameters</translate> === | ||
'''device''': (text) <translate>Name of the device, eg keyboard, mouse.</translate><br/> | '''device''': (text) <translate>Name of the device, eg keyboard, mouse.</translate><br/> |
Revision as of 14:27, 13 July 2023
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