Difference between revisions of "Chroma:flush"
From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight") |
|||
Line 5: | Line 5: | ||
=== <translate>Description</translate> === | === <translate>Description</translate> === | ||
<translate>Sends the wanted colours of the LEDs to the device.</translate> | <translate>Sends the wanted colours of the LEDs to the device.</translate> | ||
− | < | + | <syntaxhighlight lang="lua"> |
() = Chroma:flush(device) | () = Chroma:flush(device) | ||
</source> | </source> |
Revision as of 14:26, 13 July 2023
Available since: Gideros 2020.7
Class: chroma
Description
Sends the wanted colours of the LEDs to the device. <syntaxhighlight lang="lua"> () = Chroma:flush(device) </source>
Parameters
device: (text) Name of the device, eg keyboard, mouse.
Return values