Class SvgColourMatrix
Note: this is not used in calculations to bitmap - used only to allow for svg xml output
Inheritance
SvgColourMatrix
Inherited Members
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Svg.dll
Syntax
[SvgElement("feColorMatrix")]
public class SvgColourMatrix : SvgFilterPrimitive, ISvgTransformable, ICloneable, ISvgNode
Properties
|
Improve this Doc
View Source
Type
matrix | saturate | hueRotate | luminanceToAlpha
Indicates the type of matrix operation. The keyword 'matrix' indicates that a full 5x4 matrix of values will be provided. The other keywords represent convenience shortcuts to allow commonly used color operations to be performed without specifying a complete matrix. If attribute 'type' is not specified, then the effect is as if a value of matrix were specified.
Note: this is not used in calculations to bitmap - used only to allow for svg xml output
Declaration
public SvgColourMatrixType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Values
list of numbers
The contents of ?values? depends on the value of attribute ?type?:
Note: this is not used in calculations to bitmap - used only to allow for svg xml output
Declaration
public string Values { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
DeepCopy()
Declaration
public override SvgElement DeepCopy()
Returns
Overrides
|
Improve this Doc
View Source
DeepCopy<T>()
Declaration
public override SvgElement DeepCopy<T>()
where T : SvgElement, new()
Returns
Type Parameters
Overrides
|
Improve this Doc
View Source
Process(ImageBuffer)
Declaration
public override void Process(ImageBuffer buffer)
Parameters
Overrides
Implements
Extension Methods