Nevron .NET Vision
Nevron.GraphicsCore Namespace / NLightingImageFilter Class
Members


In This Topic
    NLightingImageFilter Class
    In This Topic
    When present in a ImageFilters collection the NLightingImageFilter class instructs the component to apply a lighting effect on the image. This effect is achieved by creating a bump based on the original image alpha values and then lighting calculations are performed for each pixel in the image.
    Object Model
    NLightingImageFilter Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <NIconAttribute("GraphicsCore.Resources.Icons.ImageFilters.LightFilter.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NBlurImageFilter)>
    <System.SerializableAttribute()>
    Public Class NLightingImageFilter 
       Inherits NConvolutionImageFilter
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NLightingImageFilter
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [NIcon("GraphicsCore.Resources.Icons.ImageFilters.LightFilter.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NBlurImageFilter)]
    [System.Serializable()]
    public class NLightingImageFilter : NConvolutionImageFilter, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NImageFilter
          Nevron.GraphicsCore.NConvolutionImageFilter
             Nevron.GraphicsCore.NLightingImageFilter

    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