com.aspose.html.dom.svg.filters

Class SVGFEColorMatrixElement

    • Field Detail

      • SVG_FECOLORMATRIX_TYPE_UNKNOWN

        @DOMNameAttribute(name="SVG_FECOLORMATRIX_TYPE_UNKNOWN")
        public static final int SVG_FECOLORMATRIX_TYPE_UNKNOWN

        The type is not one of predefined types. It is invalid to attempt to define a new value of this type or to attempt to switch an existing value to this type.

        See Also:
        Constant Field Values
      • SVG_FECOLORMATRIX_TYPE_SATURATE

        @DOMNameAttribute(name="SVG_FECOLORMATRIX_TYPE_SATURATE")
        public static final int SVG_FECOLORMATRIX_TYPE_SATURATE

        Corresponds to value 'saturate'.

        See Also:
        Constant Field Values
      • SVG_FECOLORMATRIX_TYPE_HUEROTATE

        @DOMNameAttribute(name="SVG_FECOLORMATRIX_TYPE_HUEROTATE")
        public static final int SVG_FECOLORMATRIX_TYPE_HUEROTATE

        Corresponds to value 'hueRotate'.

        See Also:
        Constant Field Values
      • SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA

        @DOMNameAttribute(name="SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA")
        public static final int SVG_FECOLORMATRIX_TYPE_LUMINANCETOALPHA

        Corresponds to value 'luminanceToAlpha'.

        See Also:
        Constant Field Values
    • Constructor Detail

      • SVGFEColorMatrixElement

        public SVGFEColorMatrixElement(com.aspose.html.dom.DOMName name,
                                       Document doc)

        Initializes a new instance of the SVGElement class.

        Parameters:
        name - The element name.
        doc - The document.