Class OpenRGBSegmentDevice
Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.
Inheritance
OpenRGBSegmentDevice
Implements
Inherited Members
Namespace: RGB.NET.Devices.OpenRGB
Assembly: RGB.NET.Devices.OpenRGB.dll
Syntax
public sealed class OpenRGBSegmentDevice : AbstractOpenRGBDevice<OpenRGBDeviceInfo>, IRGBDevice<OpenRGBDeviceInfo>, IOpenRGBDevice, IRGBDevice, IEnumerable<Led>, IEnumerable, IPlaceable, IBindable, INotifyPropertyChanged, IDisposable
Constructors
| Edit this page View SourceOpenRGBSegmentDevice(OpenRGBDeviceInfo, int, Segment, IUpdateQueue)
Initializes a new instance of the OpenRGBZoneDevice class.
Declaration
public OpenRGBSegmentDevice(OpenRGBDeviceInfo info, int initialLed, Segment segment, IUpdateQueue updateQueue)
Parameters
Type | Name | Description |
---|---|---|
OpenRGBDeviceInfo | info | The information provided by OpenRGB |
int | initialLed | The ledId of the first led in the device that belongs to this zone. |
Segment | segment | The Segment information provided by OpenRGB. |
IUpdateQueue | updateQueue | The queue used to update this zone. |