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
LightSource
public SvgElement LightSource { get; }
Property Value
LightingColor
[TypeConverter(typeof(SvgPaintServerFactory))]
public SvgPaintServer LightingColor { get; set; }
Property Value
SpecularConstant
public float SpecularConstant { get; set; }
Property Value
SpecularExponent
public float SpecularExponent { get; set; }
Property Value
SurfaceScale
public float SurfaceScale { get; set; }
Property Value
Methods
DeepCopy()
public override SvgElement DeepCopy()
Returns
Process(ImageBuffer)
public override void Process(ImageBuffer buffer)
Parameters
buffer
ImageBuffer