Table of Contents

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

float

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

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