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


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