Table of Contents

Class SvgSpecularLighting

Namespace
Svg.FilterEffects
Assembly
Svg.dll
[SvgElement("feSpecularLighting")]
public class SvgSpecularLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Inheritance
SvgSpecularLighting
Implements
Inherited Members
Extension Methods

Properties

KernelUnitLength

public SvgNumberCollection KernelUnitLength { get; set; }

Property Value

SvgNumberCollection

LightSource

public SvgElement LightSource { get; }

Property Value

SvgElement

LightingColor

[TypeConverter(typeof(SvgPaintServerFactory))]
public SvgPaintServer LightingColor { get; set; }

Property Value

SvgPaintServer

SpecularConstant

public float SpecularConstant { get; set; }

Property Value

float

SpecularExponent

public float SpecularExponent { get; set; }

Property Value

float

SurfaceScale

public float SurfaceScale { get; set; }

Property Value

float

Methods

DeepCopy()

public override SvgElement DeepCopy()

Returns

SvgElement

Process(ImageBuffer)

public override void Process(ImageBuffer buffer)

Parameters

buffer ImageBuffer