Package | com.adobe.photoshop |
Class | public class IndexedConversionOptions |
Inheritance | IndexedConversionOptions ![]() ![]() ![]() ![]() |
Since : | CS5 |
Property | Defined By | ||
---|---|---|---|
colors : Number
number of colors in palette (only settable for some palette types)
| IndexedConversionOptions | ||
dither : Dither
type of dither
| IndexedConversionOptions | ||
ditherAmount : Number
amount of dither. | IndexedConversionOptions | ||
forced : ForcedColors | IndexedConversionOptions | ||
![]() | hostObjectDelegate : HostObject Getter for the delegate | CSHostObject | |
matte : MatteType | IndexedConversionOptions | ||
palette : Palette
Type of palette ( default: Palette.EXACT )
| IndexedConversionOptions | ||
![]() | parent : * [read-only] | PhotoshopHostObject | |
preserveExactColors : Boolean | IndexedConversionOptions | ||
transparency : Boolean | IndexedConversionOptions |
colors | property |
colors:Number
Since : | CS5 |
number of colors in palette (only settable for some palette types)
public function get colors():Number
public function set colors(value:Number):void
dither | property |
dither:Dither
Since : | CS5 |
type of dither
public function get dither():Dither
public function set dither(value:Dither):void
ditherAmount | property |
ditherAmount:Number
Since : | CS5 |
amount of dither. Only valid for diffusion ( 1 - 100 )
public function get ditherAmount():Number
public function set ditherAmount(value:Number):void
forced | property |
forced:ForcedColors
Since : | CS5 |
public function get forced():ForcedColors
public function set forced(value:ForcedColors):void
matte | property |
matte:MatteType
Since : | CS5 |
public function get matte():MatteType
public function set matte(value:MatteType):void
palette | property |
palette:Palette
Since : | CS5 |
Type of palette ( default: Palette.EXACT )
public function get palette():Palette
public function set palette(value:Palette):void
preserveExactColors | property |
preserveExactColors:Boolean
Since : | CS5 |
public function get preserveExactColors():Boolean
public function set preserveExactColors(value:Boolean):void
transparency | property |
transparency:Boolean
Since : | CS5 |
public function get transparency():Boolean
public function set transparency(value:Boolean):void