Class ArtemisLedLayout
Represents a LED layout decorated with extra Artemis-specific data
public class ArtemisLedLayout
- Inheritance
-
objectArtemisLedLayout
Properties
DeviceLayout
Gets the device layout of this LED layout
public ArtemisLayout DeviceLayout { get; }
Property Value
Image
Gets the image of the LED
public Uri? Image { get; }
Property Value
LayoutCustomLedData
Gets the custom layout data embedded in the RGB.NET layout
public LayoutCustomLedData LayoutCustomLedData { get; }
Property Value
LogicalName
Gets the name of the logical layout this LED belongs to
public string? LogicalName { get; }
Property Value
RgbLayout
Gets the RGB.NET LED Layout of this LED layout
public ILedLayout RgbLayout { get; }
Property Value
- ILedLayout
Methods
GetLogicalLayoutNames()
Gets the logical layout names available for this LED
public IEnumerable<string> GetLogicalLayoutNames()