Class ArtemisLedLayout
Represents a LED layout decorated with extra Artemis-specific data
Namespace: Artemis.Core
Assembly: Artemis.Core.dll
Syntax
public class ArtemisLedLayout
Properties
DeviceLayout
Gets the device layout of this LED layout
Declaration
public ArtemisLayout DeviceLayout { get; }
Property Value
Type | Description |
---|---|
ArtemisLayout |
Image
Gets the image of the LED
Declaration
public Uri? Image { get; }
Property Value
Type | Description |
---|---|
Uri |
LayoutCustomLedData
Gets the custom layout data embedded in the RGB.NET layout
Declaration
public LayoutCustomLedData LayoutCustomLedData { get; }
Property Value
Type | Description |
---|---|
LayoutCustomLedData |
Led
Gets the LED this layout is applied to
Declaration
public ArtemisLed? Led { get; protected set; }
Property Value
Type | Description |
---|---|
ArtemisLed |
LogicalName
Gets the name of the logical layout this LED belongs to
Declaration
public string? LogicalName { get; }
Property Value
Type | Description |
---|---|
string |
RgbLayout
Gets the RGB.NET LED Layout of this LED layout
Declaration
public ILedLayout RgbLayout { get; }
Property Value
Type | Description |
---|---|
ILedLayout |