mirror of
https://github.com/DarthAffe/RGB.NET.git
synced 2025-12-13 01:58:30 +00:00
10 lines
276 B
Markdown
10 lines
276 B
Markdown
[RGB.NET](https://github.com/DarthAffe/RGB.NET) Device-Provider-Package for Microsoft Dynamic Lighting-Devices.
|
|
|
|
## Usage
|
|
This provider follows the default pattern and does not require additional setup.
|
|
|
|
```csharp
|
|
surface.Load(DynamicLightingDeviceProvider.Instance);
|
|
```
|
|
|