Options which may be supplied when exporting a document as an 8 bit PNG file
antiAliasing:Boolean
should the resulting image be antialiased ( default: true )
Implementation public function get antiAliasing():Boolean
public function set antiAliasing(value:Boolean):void
artBoardClipping:Boolean
should the resulting image be clipped to the artboard ( default: false )
Implementation public function get artBoardClipping():Boolean
public function set artBoardClipping(value:Boolean):void
colorCount:Number
number of colors in exported color table ( 2 - 256; default: 128 )
Implementation public function get colorCount():Number
public function set colorCount(value:Number):void
colorDither:ColorDitherMethod
method used to dither colors ( default: ColorDitherMethod.DIFFUSION )
Implementation public function get colorDither():ColorDitherMethod
public function set colorDither(value:ColorDitherMethod ):void
colorReduction:ColorReductionMethod
method used to reduce the number of colors ( default: ColorReductionMethod.SELECTIVE )
Implementation public function get colorReduction():ColorReductionMethod
public function set colorReduction(value:ColorReductionMethod ):void
ditherPercent:Number
how much should the colors be dithered ( 0 - 100; default: 88 )
Implementation public function get ditherPercent():Number
public function set ditherPercent(value:Number):void
horizontalScale:Number
horizontal scaling factor ( default: 100.0 )
Implementation public function get horizontalScale():Number
public function set horizontalScale(value:Number):void
interlaced:Boolean
should the resulting image be interlaced ( default: false )
Implementation public function get interlaced():Boolean
public function set interlaced(value:Boolean):void
matte:Boolean
should the artboard be matted with a color ( default: true )
Implementation public function get matte():Boolean
public function set matte(value:Boolean):void
matteColor:RGBColor
the color to use when matting the artboard (default: white)
Implementation public function get matteColor():RGBColor
public function set matteColor(value:RGBColor ):void
saveAsHTML:Boolean
should the resulting image be saved as HTML ( default: false )
Implementation public function get saveAsHTML():Boolean
public function set saveAsHTML(value:Boolean):void
transparency:Boolean
should the resulting image use transparency ( default: true )
Implementation public function get transparency():Boolean
public function set transparency(value:Boolean):void
verticalScale:Number
vertical scaling factor ( default: 100.0 )
Implementation public function get verticalScale():Number
public function set verticalScale(value:Number):void
webSnap:Number
how much should the color table be changed to match the web palette ( 0 - 100; default: 0 )
Implementation public function get webSnap():Number
public function set webSnap(value:Number):void
Copyright © 2011 Adobe Systems Incorporated. All Rights Reserved. Thu Jan 27 2011, 07:58 PM Z