Razer Chroma SDK
Razer Chroma SDK Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Classes | Typedefs | Enumerations | Variables
ChromaSDK::Mousepad Namespace Reference

Mousepads. More...

Classes

struct  BREATHING_EFFECT_TYPE
 Breathing effect type. More...
 
struct  CUSTOM_EFFECT_TYPE
 Custom effect type. More...
 
struct  STATIC_EFFECT_TYPE
 Static effect type. More...
 
struct  WAVE_EFFECT_TYPE
 Wave effect type. More...
 

Typedefs

typedef enum
ChromaSDK::Mousepad::EFFECT_TYPE 
EFFECT_TYPE
 Chroma mousepad effect types.
 
typedef struct
ChromaSDK::Mousepad::BREATHING_EFFECT_TYPE 
BREATHING_EFFECT_TYPE
 Breathing effect type.
 
typedef struct
ChromaSDK::Mousepad::CUSTOM_EFFECT_TYPE 
CUSTOM_EFFECT_TYPE
 Custom effect type.
 
typedef struct
ChromaSDK::Mousepad::STATIC_EFFECT_TYPE 
STATIC_EFFECT_TYPE
 Static effect type.
 
typedef struct
ChromaSDK::Mousepad::WAVE_EFFECT_TYPE 
WAVE_EFFECT_TYPE
 Wave effect type.
 

Enumerations

enum  EFFECT_TYPE {
  CHROMA_NONE = 0,
  CHROMA_BREATHING,
  CHROMA_CUSTOM,
  CHROMA_SPECTRUMCYCLING,
  CHROMA_STATIC,
  CHROMA_WAVE,
  CHROMA_INVALID
}
 Chroma mousepad effect types. More...
 

Variables

const RZSIZE MAX_LEDS = 15
 Maximum number of LEDs.
 

Detailed Description

Mousepads.

Enumeration Type Documentation

Chroma mousepad effect types.

Enumerator
CHROMA_NONE 

No effect.

CHROMA_BREATHING 

Breathing effect.

CHROMA_CUSTOM 

Custom effect.

CHROMA_SPECTRUMCYCLING 

Spectrum cycling effect.

CHROMA_STATIC 

Static effect.

CHROMA_WAVE 

Wave effect.

CHROMA_INVALID 

Invalid effect.