Class SvgSpecularLighting
Inheritance
SvgSpecularLighting
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feSpecularLighting")]
public class SvgSpecularLighting : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
KernelUnitLength
Declaration
public SvgNumberCollection KernelUnitLength { get; set; }
Property Value
|
Improve this Doc
View Source
LightingColor
Declaration
[TypeConverter(typeof(SvgPaintServerFactory))]
public SvgPaintServer LightingColor { get; set; }
Property Value
|
Improve this Doc
View Source
LightSource
Declaration
public SvgElement LightSource { get; }
Property Value
|
Improve this Doc
View Source
SpecularConstant
Declaration
public float SpecularConstant { get; set; }
Property Value
|
Improve this Doc
View Source
SpecularExponent
Declaration
public float SpecularExponent { get; set; }
Property Value
|
Improve this Doc
View Source
SurfaceScale
Declaration
public float SurfaceScale { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
Overrides
Implements
Extension Methods