Interface IColor
Namespace: MAT.Atlas.Automation.Api.Models.Interfaces
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface IColor
Properties
Alpha
Declaration
byte Alpha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Blue
Declaration
byte Blue { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Green
Declaration
byte Green { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Red
Declaration
byte Red { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |