Class SVGFEBlendElement
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
The SVGFEBlendElement interface corresponds to the feBlend element.
[Value("SVGFEBlendElement")]
public class SVGFEBlendElement : SVGElement, ElementCSSInlineStyle, GlobalEventHandlers, SVGElementInstance, HTMLOrSVGElement, SVGFilterPrimitiveStandardAttributes
- Inheritance
-
SVGFEBlendElement
- Implements
- Inherited Members
Remarks
Constructors
SVGFEBlendElement()
public SVGFEBlendElement()
Fields
SVG_FEBLEND_MODE_COLOR
[Value("SVG_FEBLEND_MODE_COLOR")]
public const ushort SVG_FEBLEND_MODE_COLOR = 15
Field Value
SVG_FEBLEND_MODE_COLOR_BURN
[Value("SVG_FEBLEND_MODE_COLOR_BURN")]
public const ushort SVG_FEBLEND_MODE_COLOR_BURN = 8
Field Value
SVG_FEBLEND_MODE_COLOR_DODGE
[Value("SVG_FEBLEND_MODE_COLOR_DODGE")]
public const ushort SVG_FEBLEND_MODE_COLOR_DODGE = 7
Field Value
SVG_FEBLEND_MODE_DARKEN
[Value("SVG_FEBLEND_MODE_DARKEN")]
public const ushort SVG_FEBLEND_MODE_DARKEN = 4
Field Value
SVG_FEBLEND_MODE_DIFFERENCE
[Value("SVG_FEBLEND_MODE_DIFFERENCE")]
public const ushort SVG_FEBLEND_MODE_DIFFERENCE = 11
Field Value
SVG_FEBLEND_MODE_EXCLUSION
[Value("SVG_FEBLEND_MODE_EXCLUSION")]
public const ushort SVG_FEBLEND_MODE_EXCLUSION = 12
Field Value
SVG_FEBLEND_MODE_HARD_LIGHT
[Value("SVG_FEBLEND_MODE_HARD_LIGHT")]
public const ushort SVG_FEBLEND_MODE_HARD_LIGHT = 9
Field Value
SVG_FEBLEND_MODE_HUE
[Value("SVG_FEBLEND_MODE_HUE")]
public const ushort SVG_FEBLEND_MODE_HUE = 13
Field Value
SVG_FEBLEND_MODE_LIGHTEN
[Value("SVG_FEBLEND_MODE_LIGHTEN")]
public const ushort SVG_FEBLEND_MODE_LIGHTEN = 5
Field Value
SVG_FEBLEND_MODE_LUMINOSITY
[Value("SVG_FEBLEND_MODE_LUMINOSITY")]
public const ushort SVG_FEBLEND_MODE_LUMINOSITY = 16
Field Value
SVG_FEBLEND_MODE_MULTIPLY
[Value("SVG_FEBLEND_MODE_MULTIPLY")]
public const ushort SVG_FEBLEND_MODE_MULTIPLY = 2
Field Value
SVG_FEBLEND_MODE_NORMAL
[Value("SVG_FEBLEND_MODE_NORMAL")]
public const ushort SVG_FEBLEND_MODE_NORMAL = 1
Field Value
SVG_FEBLEND_MODE_OVERLAY
[Value("SVG_FEBLEND_MODE_OVERLAY")]
public const ushort SVG_FEBLEND_MODE_OVERLAY = 6
Field Value
SVG_FEBLEND_MODE_SATURATION
[Value("SVG_FEBLEND_MODE_SATURATION")]
public const ushort SVG_FEBLEND_MODE_SATURATION = 14
Field Value
SVG_FEBLEND_MODE_SCREEN
[Value("SVG_FEBLEND_MODE_SCREEN")]
public const ushort SVG_FEBLEND_MODE_SCREEN = 3
Field Value
SVG_FEBLEND_MODE_SOFT_LIGHT
[Value("SVG_FEBLEND_MODE_SOFT_LIGHT")]
public const ushort SVG_FEBLEND_MODE_SOFT_LIGHT = 10
Field Value
SVG_FEBLEND_MODE_UNKNOWN
[Value("SVG_FEBLEND_MODE_UNKNOWN")]
public const ushort SVG_FEBLEND_MODE_UNKNOWN = 0
Field Value
Properties
In1
The in1 read-only property of the SVGFEBlendElement interface reflects the {{SVGAttr("in")}} attribute of the given element.
[Value("in1")]
public SVGAnimatedString In1 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.
Remarks
In2
The in2 read-only property of the SVGFEBlendElement interface reflects the {{SVGAttr("in2")}} attribute of the given element.
[Value("in2")]
public SVGAnimatedString In2 { get; }
Property Value
- SVGAnimatedString
An SVGAnimatedString object.
Remarks
Mode
The mode read-only property of the SVGFEBlendElement interface reflects the {{SVGAttr("mode")}} attribute of the given element. It takes one of the SVG_FEBLEND_MODE_* constants defined on this interface.
[Value("mode")]
public SVGAnimatedEnumeration Mode { get; }