Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NLightSource Class / AmbientColor Property


In This Topic
    AmbientColor Property
    In This Topic
    The ambient color emitted by this light source.
    Syntax
    'Declaration
     
    
    Public Property AmbientColor As NColor
    'Usage
     
    
    Dim instance As NLightSource
    Dim value As NColor
     
    instance.AmbientColor = value
     
    value = instance.AmbientColor
    public NColor AmbientColor {get; set;}
    Remarks
    The ambient color of the individual light sources is added to the global ambient color in the scene. In general adding ambient light makes the scene brighter.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also