API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure
Properties

In This Topic
    Color Structure Members
    In This Topic

    The following tables list the members exposed by Color.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the blue channel value of color (0-255) this value is valid, if ColorId == Invalid  
    Public PropertyGets 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  
    Public PropertyGets or sets the green channel value of color (0-255) this value is valid, if ColorId == Invalid  
    Public PropertyGets or sets the red channel value of color (0-255) this value is valid only, if ColorId == Invalid  
    Public PropertyGets 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  
    Public Propertyif true, then transparency must be taken from layer  
    Top
    See Also