Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / RenderContextBase Class / SetSceneAmbient Method
The color to set

In This Topic
    SetSceneAmbient Method (RenderContextBase)
    In This Topic
    Sets the ambient component that is always added to the scene (multiplied by the material's ambient component).
    Syntax
    'Declaration
     
    Public MustOverride Sub SetSceneAmbient( _
       ByVal color() As Single _
    ) 
    public abstract void SetSceneAmbient( 
       float[] color
    )

    Parameters

    color
    The color to set
    See Also