SVGFEDisplacementMapElement

Module:
svg
Inherits from:
Declared In:

Overview

Use the links in the table of contents to the left to access the documentation.



Member Data

in1
in2
scale
SVG_CHANNEL_A
SVG_CHANNEL_B
SVG_CHANNEL_G
SVG_CHANNEL_R
SVG_CHANNEL_UNKNOWN
xChannelSelector
yChannelSelector

in1


readonly attribute SVGAnimatedString in1; 


in2


readonly attribute SVGAnimatedString in2; 


scale


readonly attribute SVGAnimatedNumber scale; 


SVG_CHANNEL_A


const unsigned short SVG_CHANNEL_A = 4; 


SVG_CHANNEL_B


const unsigned short SVG_CHANNEL_B = 3; 


SVG_CHANNEL_G


const unsigned short SVG_CHANNEL_G = 2; 


SVG_CHANNEL_R


const unsigned short SVG_CHANNEL_R = 1; 


SVG_CHANNEL_UNKNOWN


const unsigned short SVG_CHANNEL_UNKNOWN = 0; 


xChannelSelector


readonly attribute SVGAnimatedEnumeration xChannelSelector; 


yChannelSelector


readonly attribute SVGAnimatedEnumeration yChannelSelector; 

 

Last Updated: 2009-05-29