API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure / Color Constructor / Color Constructor(Byte,Byte,Byte,Byte)
Transparency (0-255).
Red channel value of color (0-255).
Green channel value of color (0-255).
Blue channel value of color (0-255).

In This Topic
    Color Constructor(Byte,Byte,Byte,Byte)
    In This Topic
    constructor Transparency (0-255).Red channel value of color (0-255).Green channel value of color (0-255).Blue channel value of color (0-255).
    Syntax

    Parameters

    transparency
    Transparency (0-255).
    red
    Red channel value of color (0-255).
    green
    Green channel value of color (0-255).
    blue
    Blue channel value of color (0-255).
    See Also