Difference between revisions of "Chroma:flush"

From GiderosMobile
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
<languages />
+
'''Available since:''' Gideros 2020.7<br/>
'''<translate>Available since</translate>:''' Gideros 2020.7<br/>
+
'''Class:''' [[chroma]]<br/>
'''<translate>Class</translate>:''' [[Special:MyLanguage/chroma|chroma]]<br/>
+
 
=== <translate>Description</translate> ===
+
=== Description ===
<translate>Sends the wanted colours of the LEDs to the device.</translate>
+
Sends the wanted colours of the LEDs to the device.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
() = Chroma:flush(device)
 
() = Chroma:flush(device)
</source>
+
</syntaxhighlight>
=== <translate>Parameters</translate> ===
+
 
'''device''': (text) <translate>Name of the device, eg keyboard, mouse.</translate><br/>
+
=== Parameters ===
=== <translate>Return values</translate> ===
+
'''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