Enum Shape
Contains a list of different shapes used to define the layout of a LED.
Namespace: RGB.NET.Core
Assembly: RGB.NET.Core.dll
Syntax
[Serializable]
public enum Shape
Fields
| Name | Description |
|---|---|
| Circle | A simple circle. |
| Custom | A custom shape defined by vector-data. |
| Rectangle | A simple rectangle. |