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

In This Topic
    SetRGB Method (RenderContextBase)
    In This Topic
    Syntax
    'Declaration
     
    Protected MustOverride Sub SetRGB( _
       ByVal r As Byte, _
       ByVal g As Byte, _
       ByVal b As Byte _
    ) 
    protected abstract void SetRGB( 
       byte r,
       byte g,
       byte b
    )

    Parameters

    r
    g
    b
    See Also