Difference between revisions of "Chroma:colorScroll"

From GiderosMobile
(Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.6<br/> '''<translate>Class</translate>:''' chroma<br/> === <tr...")
 
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
<languages />
 
<languages />
'''<translate>Available since</translate>:''' Gideros 2020.6<br/>
+
'''<translate>Available since</translate>:''' Gideros 2020.7<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/chroma|chroma]]<br/>
 
'''<translate>Class</translate>:''' [[Special:MyLanguage/chroma|chroma]]<br/>
 
=== <translate>Description</translate> ===
 
=== <translate>Description</translate> ===

Revision as of 17:03, 2 July 2020


Available since: Gideros 2020.7
Class: chroma

Description

Scrolls the LED colours in a given direction.

() = Chroma:colorScroll(device,dirX,dirY,flush)

Parameters

device: (text) Name of the device, eg keyboard, mouse.
dirx: (number) Negative to rotate left, zero to ignore, positive to rotate right.
diry: (number) Negative to rotate up, zero to ignore, positive to rotate down.
flush: (bool) True to send the colours to the device, default false. optional

Return values