webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
SVGFEBlendElement Interface Reference

import"SVGFEBlendElement.idl";

Inheritance diagram for SVGFEBlendElement:
SVGElement

Public Attributes

const unsigned short SVG_FEBLEND_MODE_UNKNOWN = 0
 
const unsigned short SVG_FEBLEND_MODE_NORMAL = 1
 
const unsigned short SVG_FEBLEND_MODE_MULTIPLY = 2
 
const unsigned short SVG_FEBLEND_MODE_SCREEN = 3
 
const unsigned short SVG_FEBLEND_MODE_DARKEN = 4
 
const unsigned short SVG_FEBLEND_MODE_LIGHTEN = 5
 
readonly attribute SVGAnimatedString in1
 
readonly attribute SVGAnimatedString in2
 
readonly attribute SVGAnimatedEnumeration mode
 
- Public Attributes inherited from SVGElement
readonly attribute SVGSVGElement ownerSVGElement
 
readonly attribute SVGElement viewportElement
 
attribute DOMString xmllang
 
attribute DOMString xmlspace
 
readonly attribute SVGAnimatedString className
 
readonly attribute CSSStyleDeclaration style
 
attribute long tabIndex
 
readonly attribute DOMStringMap dataset
 

Additional Inherited Members

- Public Member Functions inherited from SVGElement
DeprecatedCSSOMValue getPresentationAttribute (optional DOMString name="undefined")
 
void focus ()
 
void blur ()
 

Member Data Documentation

◆ in1

readonly attribute SVGAnimatedString SVGFEBlendElement::in1

◆ in2

readonly attribute SVGAnimatedString SVGFEBlendElement::in2

◆ mode

readonly attribute SVGAnimatedEnumeration SVGFEBlendElement::mode

◆ SVG_FEBLEND_MODE_DARKEN

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_DARKEN = 4

◆ SVG_FEBLEND_MODE_LIGHTEN

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_LIGHTEN = 5

◆ SVG_FEBLEND_MODE_MULTIPLY

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_MULTIPLY = 2

◆ SVG_FEBLEND_MODE_NORMAL

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_NORMAL = 1

◆ SVG_FEBLEND_MODE_SCREEN

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_SCREEN = 3

◆ SVG_FEBLEND_MODE_UNKNOWN

const unsigned short SVGFEBlendElement::SVG_FEBLEND_MODE_UNKNOWN = 0

The documentation for this interface was generated from the following file: