Namespace Colore.Native
Classes
NativeApi
Helper class to more easily make calls to native Chroma SDK functions.
NativeCallException
Thrown when a native function returns an erroneous result value.
NativeSdkMethods
Native methods from Razer's Chroma SDK.
NativeSdkMethods.CreateChromaLinkEffectDelegate
Create Chroma Link effect.
NativeSdkMethods.CreateEffectDelegate
Creates an effect for a device.
NativeSdkMethods.CreateHeadsetEffectDelegate
Create headset effect.
NativeSdkMethods.CreateKeyboardEffectDelegate
Create keyboard effect.
NativeSdkMethods.CreateKeypadEffectDelegate
Create keypad effect.
NativeSdkMethods.CreateMouseEffectDelegate
Create mouse effect.
NativeSdkMethods.CreateMousepadEffectDelegate
Create mousepad effect.
NativeSdkMethods.DeleteEffectDelegate
Delete effect.
NativeSdkMethods.InitDelegate
Initialize Chroma SDK.
NativeSdkMethods.QueryDeviceDelegate
Query for device information.
NativeSdkMethods.RegisterEventNotificationDelegate
Register for event notification.
NativeSdkMethods.SetEffectDelegate
Set effect.
NativeSdkMethods.UnInitDelegate
Uninitialize Chroma SDK.
NativeSdkMethods.UnregisterEventNotificationDelegate
Unregister for event notification.
Interfaces
INativeSdkMethods
Interface for a class providing access to native Chroma SDK methods.