Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightSource Class / Ambient Property


In This Topic
    Ambient Property (NLightSource)
    In This Topic
    The ambient color emitted by this light source.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Emission")>
    <System.ComponentModel.DescriptionAttribute("The ambient color emitted by this light source. ")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property Ambient As System.Drawing.Color
    'Usage
     
    
    Dim instance As NLightSource
    Dim value As System.Drawing.Color
     
    instance.Ambient = value
     
    value = instance.Ambient
    [System.ComponentModel.Category("Emission")]
    [System.ComponentModel.Description("The ambient color emitted by this light source. ")]
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Color Ambient {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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also