API Help
Eplan.EplApi.DataModel.Graphics Namespace / Color Structure / Color Constructor / Color Constructor(Byte,Byte,Byte)
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)
    In This Topic
    constructor Red channel value of color (0-255).Green channel value of color (0-255).Blue channel value of color (0-255).
    Syntax
    public Color( 
       byte red,
       byte green,
       byte blue
    )
    public:
    Color( 
       byte red,
       byte green,
       byte blue
    )

    Parameters

    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