TextureAtlasExporter.imageFormat

#### Availability

Animate 2020.

#### Usage

TextureAtlasExporter.imageFormat

#### Description

property; The format of the texture atlas bitmaps 32 bit and 8 bit represented as “RGB8888” and “RGB8” respectively.

#### Example

 javascript
var exporter = new TextureAtlasExporter;
exporter.imageFormat = "RGB8";
`