Chroma:color

From GiderosMobile
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
This page contains changes which are not marked for translation.


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