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) this value is valid, if ColorId == Invalid | |
ColorId | Gets or sets Color id if this color index is set, then the rgb values are invalid if RGB Values are set, then Invalid will be returned | |
G | Gets or sets the green channel value of color (0-255) this value is valid, if ColorId == Invalid | |
R | Gets or sets the red channel value of color (0-255) this value is valid only, if ColorId == Invalid | |
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 |