CUE.NET 1.1.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package CUE.NET --version 1.1.1
NuGet\Install-Package CUE.NET -Version 1.1.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CUE.NET" Version="1.1.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add CUE.NET --version 1.1.1
#r "nuget: CUE.NET, 1.1.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install CUE.NET as a Cake Addin
#addin nuget:?package=CUE.NET&version=1.1.1

// Install CUE.NET as a Cake Tool
#tool nuget:?package=CUE.NET&version=1.1.1

Corsair HID SDK Wrapper

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (1)

Showing the top 1 popular GitHub repositories that depend on CUE.NET:

Repository Stars
DarthAffe/CUE.NET
C# (.NET) library to work with the Corsair CUE-SDK.
Version Downloads Last updated
1.2.0.1 5,979 11/25/2017
1.1.3.1 2,179 4/27/2017
1.1.3 1,473 3/18/2017
1.1.2.1 1,170 2/1/2017
1.1.1 1,288 1/5/2017
1.1.0.2 1,549 10/6/2016
1.0.3 1,474 6/3/2016
1.0.2.2 1,550 3/16/2016
1.0.2.1 1,398 2/28/2016
1.0.2 1,297 2/20/2016
1.0.1 1,298 2/7/2016
1.0.0 1,329 12/23/2015

- Added key-rectangle to BrushRenderTarget
- Added color-corrections for brushes (gamma is implemented by default)
- Added Gradient-Wrapping
- Added an new brush-effect to move gradients
- Fixed an reference-problem with colors assigned to more than one key
- Added the associated device to CorsairLeds
- Fixed some minor code issues