Difference between revisions of "Chroma:color"

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:color(devices,color)
 
() = Chroma:color(devices,color)
</source>
+
</syntaxhighlight>
 
=== <translate>Parameters</translate> ===
 
=== <translate>Parameters</translate> ===
 
'''devices''': (text) <translate>Name of the device, eg keyboard, mouse.</translate><br/>
 
'''devices''': (text) <translate>Name of the device, eg keyboard, mouse.</translate><br/>

Latest revision as of 15:27, 13 July 2023


Available since: Gideros 2020.7
Class: chroma

Description

This sets all the LED colours very quickly to a specific colour.

() = Chroma:color(devices,color)

Parameters

devices: (text) Name of the device, eg keyboard, mouse.
devices: (table) Multiple names of the devices, eg keyboard, mouse. Nil for all.
colour: (number) BGR colour value.

Return values