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

In This Topic
    SetTextureOverExposure Method (RenderContextBase)
    In This Topic
    Sets a value that controls whether the scene lighting can make the image diffuse color brighter than the image color.
    Syntax
    'Declaration
     
    Public MustOverride Sub SetTextureOverExposure( _
       ByVal textureOverExposure As Boolean _
    ) 
    public abstract void SetTextureOverExposure( 
       bool textureOverExposure
    )

    Parameters

    textureOverExposure
    See Also