![]() |
Razer Chroma SDK
Razer Chroma SDK Documentation
|
Mice. More...
Classes | |
struct | BLINKING_EFFECT_TYPE |
Blinking effect type. More... | |
struct | BREATHING_EFFECT_TYPE |
Breathing effect. More... | |
struct | CUSTOM_EFFECT_TYPE |
Custom effect. More... | |
struct | CUSTOM_EFFECT_TYPE2 |
struct | NO_EFFECT_TYPE |
No effect. More... | |
struct | REACTIVE_EFFECT_TYPE |
Reactive effect. More... | |
struct | SPECTRUMCYCLING_EFFECT_TYPE |
Spectrum cycling. More... | |
struct | STATIC_EFFECT_TYPE |
Static effect type. More... | |
struct | WAVE_EFFECT_TYPE |
Wave effect. More... | |
Variables | |
const RZSIZE | MAX_LEDS = 30 |
Maximum number of custom LEDs (old definition to maintain backward compatibility). | |
const RZCOLOR | RZLED_LAYOUT [MAX_LEDS] = {} |
Mice LED layout (old definition to maintain backward compatibility). | |
const RZSIZE | MAX_ROW = 9 |
Maximum number of rows of the virtual grid. | |
const RZSIZE | MAX_COLUMN = 7 |
Maximum number of columns of the virtual grid. | |
const RZSIZE | MAX_LEDS2 = MAX_ROW * MAX_COLUMN |
Maximum number of LEDs of the virtual grid. | |
const RZCOLOR | RZLED_LAYOUT2 [MAX_ROW][MAX_COLUMN] = {} |
Mice LED virtual grid layout. | |
Mice.
Custom effect using virtual grid. Indexes of the LED are defined in RZLED2.i.e. Row = HIBYTE(RZLED2_SCROLLWHEEL), Column = LOBYTE(RZLED2_SCROLLWHEEL)
Chroma mouse effect types.
Mouse LED Id defintion (old definition to maintain backward compatibility).
Mouse LED Id defintion for the virtual grid.