-
Notifications
You must be signed in to change notification settings - Fork 18
What is CUE.NET?
CUE.NET is a C#-library build around the Corsair CUE-SDK. It aims to allow the fast and easy integration of (light controllable) Corsair-devices into your own tools/programs by exposing a simple API.
Unlike the original C++ SDK provided by Corsair CUE.NET adds a lot of highly abstract features like Brushes or Effects which are straight forward to implement and use.
CUE.NET is NOT intended to be used without knowledge about C# or programming in general!
In addition to this the CUE.NET.Input-Module (currently in development) allows you to capture every input from connected devices (currently only keyboards), including G- and other special-keys!
Please drop me a message if you find mistakes or inadequate descriptions in one of the pages here!
-
Introduction
1.1. What is CUE.NET?
1.2. What can I do with CUE.NET?
1.3. Projects using CUE.NET -
Getting started
2.1. Adding CUE.NET to a project
2.2. Initializing CUE.NET
2.3. Perform basic lighting
2.4. Understanding CUE.NET ledgroups -
Gradients
3.1. Understanding CUE.NET gradients
3.2. Linear Gradient
3.3. Rainbow Gradient
3.4. Implementing an own gradient -
Brushes
4.1. Understanding CUE.NET brushes
4.2. Color-Corrections
4.3. Solid-Color Brush
4.4. Linear-Gradient Brush
4.5. Radial-Gradient Brush
4.6. Random-Color Brush
4.7. Image-Brush
4.8. Implementing an own brush -
Effects
5.1. Understanding CUE.NET effects
5.2. Flash Effect
5.3. Move-Gradient Effect
5.4. Implementing an own effect -
Tutorials