Mac OS X Reference Library Apple Developer
Search

SVGComponentTransferFunctionElement

Module:
svg
Inherits from:
Declared In:

Overview

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



Member Data

amplitude
exponent
intercept
offset
slope
SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE
SVG_FECOMPONENTTRANSFER_TYPE_GAMMA
SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY
SVG_FECOMPONENTTRANSFER_TYPE_LINEAR
SVG_FECOMPONENTTRANSFER_TYPE_TABLE
SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN
tableValues
type

amplitude



readonly attribute SVGAnimatedNumber amplitude; 

exponent



readonly attribute SVGAnimatedNumber exponent; 

intercept



readonly attribute SVGAnimatedNumber intercept; 

offset



readonly attribute SVGAnimatedNumber offset; 

slope



readonly attribute SVGAnimatedNumber slope; 

SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_DISCRETE = 
3; 

SVG_FECOMPONENTTRANSFER_TYPE_GAMMA



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_GAMMA = 5; 

SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_IDENTITY = 
1; 

SVG_FECOMPONENTTRANSFER_TYPE_LINEAR



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_LINEAR = 4; 

SVG_FECOMPONENTTRANSFER_TYPE_TABLE



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_TABLE = 2; 

SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN



const unsigned short SVG_FECOMPONENTTRANSFER_TYPE_UNKNOWN = 0
    ; 

tableValues



readonly attribute SVGAnimatedNumberList tableValues; 

type



readonly attribute SVGAnimatedEnumeration type; 

 

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

Last Updated: 2010-05-27