ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLightSource Class
Properties Methods


In This Topic
    ImGearVectorLightSource Class Members
    In This Topic

    The following tables list the members exposed by ImGearVectorLightSource.

    Public Properties
     NameDescription
    Public PropertyGets or sets an ambient color of light source. The color is presented as an array of four color components (red, green, blue, alpha). Usually the component belongs to the range 0...1, but can be greater than 1.  
    Public PropertyGets or sets a spotlight angle of the light source.  
    Public PropertyGets or sets a diffuse color of light source. The color is presented as an array of four color components (red, green, blue, alpha). Usually the component belongs to the range 0...1, put can be greater than 1.  
    Public PropertyGets or sets a light source direction. The direction is presented as an array of three direction components (x, y, z).  
    Public PropertyGets or sets a value indicating whether to enable or disable the light source.  
    Public PropertyGets or sets a spotlight exponent of the light source.  
    Public PropertyGets or sets a light source position. The position is presented as a vector of three coordinates (x, y, z).  
    Public PropertyGets or sets a specular color of light source. The color is presented as an array of four color components (red, green, blue, alpha). Usually the component belongs to the range 0...1, but can be greater than 1.  
    Top
    Public Methods
     NameDescription
    Public MethodReturns constant, linear and quadratic attenuation factors of the light source.  
    Public MethodSets constant, linear and quadratic attenuation factors of the light source.  
    Top
    See Also