Mac OS X Reference Library Apple Developer
Search

SVGFETurbulenceElement

Overview

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



Member Data

baseFrequencyX
baseFrequencyY
numOctaves
seed
stitchTiles
SVG_STITCHTYPE_NOSTITCH
SVG_STITCHTYPE_STITCH
SVG_STITCHTYPE_UNKNOWN
SVG_TURBULENCE_TYPE_FRACTALNOISE
SVG_TURBULENCE_TYPE_TURBULENCE
SVG_TURBULENCE_TYPE_UNKNOWN
type

baseFrequencyX



readonly attribute SVGAnimatedNumber baseFrequencyX; 

baseFrequencyY



readonly attribute SVGAnimatedNumber baseFrequencyY; 

numOctaves



readonly attribute SVGAnimatedInteger numOctaves; 

seed



readonly attribute SVGAnimatedNumber seed; 

stitchTiles



readonly attribute SVGAnimatedEnumeration stitchTiles; 

SVG_STITCHTYPE_NOSTITCH



const unsigned short SVG_STITCHTYPE_NOSTITCH = 2; 

SVG_STITCHTYPE_STITCH



const unsigned short SVG_STITCHTYPE_STITCH = 1; 

SVG_STITCHTYPE_UNKNOWN



const unsigned short SVG_STITCHTYPE_UNKNOWN = 0; 

SVG_TURBULENCE_TYPE_FRACTALNOISE



const unsigned short SVG_TURBULENCE_TYPE_FRACTALNOISE = 1; 

SVG_TURBULENCE_TYPE_TURBULENCE



const unsigned short SVG_TURBULENCE_TYPE_TURBULENCE = 2; 

SVG_TURBULENCE_TYPE_UNKNOWN



const unsigned short SVG_TURBULENCE_TYPE_UNKNOWN = 0; 

type



readonly attribute SVGAnimatedEnumeration type; 

 

Did this document help you? Yes It's good, but... Not helpful...

Last Updated: 2010-05-27