Chroma:colorScroll

From GiderosMobile
Revision as of 16:03, 2 July 2020 by Anthony (talk | contribs)


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