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


In This Topic
    SpecularColor Property
    In This Topic
    The specular color emitted by this light source.
    Syntax
    'Declaration
     
    
    Public Property SpecularColor As NColor
    'Usage
     
    
    Dim instance As NLightSource
    Dim value As NColor
     
    instance.SpecularColor = value
     
    value = instance.SpecularColor
    public NColor SpecularColor {get; set;}
    Remarks
    Unlike ambient light, specular light comes from a particular direction and bounces off the surfaces in the 3D scene in a preferred direction.
    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