API Reference Guide > Core Component API Reference > Core Component Functions Reference > Layer Functions > IG_layer_array_create |
This function creates new blank composition of layers.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_layer_array_create( LPHIGLAYERARRAY lphLayers ); |
Name | Type | Description |
---|---|---|
lphLayers | LPHIGLAYERARRAY | Handle to the created layer array object. |
Error count.
This function does not process image pixels.
You can attach this composition to an image using IG_image_layers_set to convert the regular raster image into the layered one.