Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightingImageFilter Class / SpecularColor Property


In This Topic
    SpecularColor Property
    In This Topic
    The specular color of the light source.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DescriptionAttribute("The specular color of the light source.")>
    <System.Xml.Serialization.XmlIgnoreAttribute()>
    Public Property SpecularColor As System.Drawing.Color
    'Usage
     
    
    Dim instance As NLightingImageFilter
    Dim value As System.Drawing.Color
     
    instance.SpecularColor = value
     
    value = instance.SpecularColor
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.Description("The specular color of the light source.")]
    [System.Xml.Serialization.XmlIgnore()]
    public System.Drawing.Color SpecularColor {get; set;}
    Remarks
    The default SpecularColor is White.
    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