Class KeyboardConstants
Holds various keyboard constants used in Razer's API.
Namespace: Colore.Effects.Keyboard
Assembly: Colore.dll
Syntax
public static class KeyboardConstants : Object
Fields
MaxColumns
The maximum number of columns on the keyboard.
Declaration
public const int MaxColumns = 22
Field Value
Type | Description |
---|---|
Int32 |
MaxCustomEffects
The maximum number of custom effects based on the maximum keys.
Declaration
public const int MaxCustomEffects = 132
Field Value
Type | Description |
---|---|
Int32 |
MaxDeathstalkerZones
The maximum number of Deathstalker color zones.
Declaration
public const int MaxDeathstalkerZones = 6
Field Value
Type | Description |
---|---|
Int32 |
MaxExtendedColumns
The maximum number of columns on an extended keyboard.
Declaration
public const int MaxExtendedColumns = 24
Field Value
Type | Description |
---|---|
Int32 |
MaxExtendedKeys
The maximum number of keys on an extended keyboard.
Declaration
public const int MaxExtendedKeys = 192
Field Value
Type | Description |
---|---|
Int32 |
MaxExtendedRows
The maximum number of rows on an extended keyboard.
Declaration
public const int MaxExtendedRows = 8
Field Value
Type | Description |
---|---|
Int32 |
MaxKeys
The maximum number of keys on the keyboard.
Declaration
public const int MaxKeys = 132
Field Value
Type | Description |
---|---|
Int32 |
MaxRows
The maximum number of rows on the keyboard.
Declaration
public const int MaxRows = 6
Field Value
Type | Description |
---|---|
Int32 |