Package | flash.display |
Class | public final class PNGEncoderOptions |
Inheritance | PNGEncoderOptions Object |
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.3 |
flash.display.BitmapData.encode()
method.
See also
Property | Defined by | ||
---|---|---|---|
constructor : Object
A reference to the class object or constructor function for a given object instance.
| Object | ||
fastCompression : Boolean
Chooses compression speed over file size.
| PNGEncoderOptions | ||
prototype : Object
[static]
A reference to the prototype object of a class or function object.
| Object |
Method | Defined by | ||
---|---|---|---|
PNGEncoderOptions(fastCompression:Boolean = false)
Creates a PNGEncoderOptions object, optionally specifying compression settings.
| PNGEncoderOptions | ||
Indicates whether an object has a specified property defined.
| Object | ||
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter.
| Object | ||
Indicates whether the specified property exists and is enumerable.
| Object | ||
Sets the availability of a dynamic property for loop operations.
| Object | ||
Returns the string representation of this object, formatted according to locale-specific conventions.
| Object | ||
Returns the string representation of the specified object.
| Object | ||
Returns the primitive value of the specified object.
| Object |
fastCompression | property |
public var fastCompression:Boolean
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.3 |
Chooses compression speed over file size. Setting this property to true improves compression speed but creates larger files.
PNGEncoderOptions | () | constructor |
public function PNGEncoderOptions(fastCompression:Boolean = false)
Language version: | ActionScript 3.0 |
Runtime version: | AIR 3.3 |
Creates a PNGEncoderOptions object, optionally specifying compression settings.
ParametersfastCompression:Boolean (default = false ) — The initial compression mode.
|