Class SvgDiffuseLighting
- Namespace
- Svg.FilterEffects
- Assembly
- Svg.dll
[SvgElement("feDiffuseLighting")]
public class SvgDiffuseLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
- Inheritance
-
SvgDiffuseLighting
- Implements
- Inherited Members
- Extension Methods
Properties
DiffuseConstant
public float DiffuseConstant { get; set; }
Property Value
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
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