Razer Chroma SDK  v4.1
Razer Chroma SDK C++ Documentation
ChromaSDK::Headset Namespace Reference

Headsets. More...

Classes

struct  CUSTOM_EFFECT_TYPE
 Custom effect type. More...
 
struct  STATIC_EFFECT_TYPE
 Static single color effect. More...
 

Typedefs

typedef enum ChromaSDK::Headset::EFFECT_TYPE EFFECT_TYPE
 Chroma headset effect types.
 
typedef struct ChromaSDK::Headset::STATIC_EFFECT_TYPE STATIC_EFFECT_TYPE
 Static single color effect.
 
typedef struct ChromaSDK::Headset::CUSTOM_EFFECT_TYPE CUSTOM_EFFECT_TYPE
 Custom effect type.
 

Enumerations

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

Variables

const RZSIZE MAX_LEDS = 5
 Maximum number of LEDs.
 

Detailed Description

Headsets.

Enumeration Type Documentation

◆ EFFECT_TYPE

Chroma headset effect types.

Enumerator
CHROMA_NONE 

No effect.

CHROMA_STATIC 

Static single color effect.

CHROMA_CUSTOM 

Custom effect type.

CHROMA_INVALID 

Invalid effect.