Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetRGBA Method / SetRGBA(Byte,Byte,Byte,Byte) Method

In This Topic
    SetRGBA(Byte,Byte,Byte,Byte) Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Overloads Overrides Sub SetRGBA( _
       ByVal r As Byte, _
       ByVal g As Byte, _
       ByVal b As Byte, _
       ByVal a As Byte _
    ) 
    protected override void SetRGBA( 
       byte r,
       byte g,
       byte b,
       byte a
    )

    Parameters

    r
    g
    b
    a
    See Also