Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / D3DRenderContext Class / SetRGB Method

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

    Parameters

    r
    g
    b
    See Also