Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / ResetColorDiffuse Method / ResetColorDiffuse(Single[],Single[]) Method

In This Topic
    ResetColorDiffuse(Single[],Single[]) Method
    In This Topic
    Aligns the colors set in the graphics system with the current material and wire color.
    Syntax
    'Declaration
     
    Public Overloads MustOverride Sub ResetColorDiffuse( _
       ByVal diffuse() As Single, _
       ByVal wireColor() As Single _
    ) 
    public abstract void ResetColorDiffuse( 
       float[] diffuse,
       float[] wireColor
    )

    Parameters

    diffuse
    wireColor
    See Also