API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure / G Property

In This Topic
    G Property
    In This Topic
    Gets or sets the green channel value of color (0-255) this value is valid, if ColorId == Invalid
    Syntax
    public byte G {get; set;}
    public:
    property byte G {
       byte get();
       void set (    byte value);
    }
    See Also