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

import"SVGComponentTransferFunctionElement.idl";

Inheritance diagram for SVGComponentTransferFunctionElement:
SVGElement SVGFEFuncAElement SVGFEFuncBElement SVGFEFuncGElement SVGFEFuncRElement

Public Attributes

const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0
 
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1
 
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2
 
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3
 
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4
 
const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5
 
readonly attribute SVGAnimatedEnumeration type
 
readonly attribute SVGAnimatedNumberList tableValues
 
readonly attribute SVGAnimatedNumber slope
 
readonly attribute SVGAnimatedNumber intercept
 
readonly attribute SVGAnimatedNumber amplitude
 
readonly attribute SVGAnimatedNumber exponent
 
readonly attribute SVGAnimatedNumber offset
 
- 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

◆ amplitude

readonly attribute SVGAnimatedNumber SVGComponentTransferFunctionElement::amplitude

◆ exponent

readonly attribute SVGAnimatedNumber SVGComponentTransferFunctionElement::exponent

◆ intercept

readonly attribute SVGAnimatedNumber SVGComponentTransferFunctionElement::intercept

◆ offset

readonly attribute SVGAnimatedNumber SVGComponentTransferFunctionElement::offset

◆ slope

readonly attribute SVGAnimatedNumber SVGComponentTransferFunctionElement::slope

◆ SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 3

◆ SVG_FECOMPONENTTRANSFER_TYPE_GAMMA

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5

◆ SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 1

◆ SVG_FECOMPONENTTRANSFER_TYPE_LINEAR

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4

◆ SVG_FECOMPONENTTRANSFER_TYPE_TABLE

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2

◆ SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN

const unsigned short SVGComponentTransferFunctionElement::SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0

◆ tableValues

readonly attribute SVGAnimatedNumberList SVGComponentTransferFunctionElement::tableValues

◆ type

readonly attribute SVGAnimatedEnumeration SVGComponentTransferFunctionElement::type

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