Chroma:colorScroll

From GiderosMobile
Revision as of 15:41, 27 June 2020 by Anthony (talk | contribs) (Created page with "__NOTOC__ <languages /> '''<translate>Available since</translate>:''' Gideros 2020.6<br/> '''<translate>Class</translate>:''' chroma<br/> === <tr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Available since: Gideros 2020.6
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