Class SVGFEColorMatrixElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGFEColorMatrixElement interface corresponds to the feColorMatrix element.
[Value("SVGFEColorMatrixElement")]
public class SVGFEColorMatrixElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
- Inheritance
-
SVGFEColorMatrixElement
- Implements
- Inherited Members
Remarks
Constructors
SVGFEColorMatrixElement()
public SVGFEColorMatrixElement()
Fields
SVG_FECOLORMATRIX_TYPE_HUEROTATE
[Value("SVG_FECOLORMATRIX_TYPE_HUEROTATE")]
public const ushort SVG_FECOLORMATRIX_TYPE_HUEROTATE = 3
Field Value
SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA
[Value("SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA")]
public const ushort SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA = 4
Field Value
SVG_FECOLORMATRIX_TYPE_MATRIX
[Value("SVG_FECOLORMATRIX_TYPE_MATRIX")]
public const ushort SVG_FECOLORMATRIX_TYPE_MATRIX = 1
Field Value
SVG_FECOLORMATRIX_TYPE_SATURATE
[Value("SVG_FECOLORMATRIX_TYPE_SATURATE")]
public const ushort SVG_FECOLORMATRIX_TYPE_SATURATE = 2
Field Value
SVG_FECOLORMATRIX_TYPE_UNKNOWN
[Value("SVG_FECOLORMATRIX_TYPE_UNKNOWN")]
public const ushort SVG_FECOLORMATRIX_TYPE_UNKNOWN = 0
Field Value
Properties
In1
The in1 read-only property of the SVGFEColorMatrixElement interface reflects the {{SVGAttr("in")}} attribute of the given element.
[Value("in1")]
public SVGAnimatedString In1 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.
Remarks
Type
The type read-only property of the SVGFEColorMatrixElement interface reflects the {{SVGAttr("type")}} attribute of the given element. It takes one of the SVG_FECOLORMATRIX_TYPE_* constants defined on this interface.
[Value("type")]
public SVGAnimatedEnumeration Type { get; }
Property Value
- SVGAnimatedEnumeration
An SVGAnimatedEnumeration object.
Remarks
Values
The values read-only property of the SVGFEColorMatrixElement interface reflects the {{SVGAttr("values")}} attribute of the given element.
[Value("values")]
public SVGAnimatedNumberList Values { get; }
Property Value
- SVGAnimatedNumberList
An SVGAnimatedNumberList object.