System.Object
   System.ValueType
      Eplan.EplApi.DataModel.Graphics.Color
System.Object
   System.ValueType
      Eplan.EplApi.DataModel.Graphics.Color
public struct Color : System.ValueType
public value class Color : public System.ValueType
| Name | Description | |
|---|---|---|
|  | Color Constructor | Overloaded. | 
| Name | Description | |
|---|---|---|
|  | B | Gets or sets the blue channel value of color (0-255) | 
|  | ColorId | Gets or sets Color id | 
|  | G | Gets or sets the green channel value of color (0-255) | 
|  | R | Gets or sets the red channel value of color (0-255) | 
|  | Transparency | Gets or sets transparency (0-255) due to internal technical limitations transparency is always stored as even value so 13 will be stored as 12 for example | 
|  | TransparencyDefinedByLayer | if true, then transparency must be taken from layer |