ImageGear for C and C++ on Windows v19.3 - Updated
AT_MOSAIC_FILL_PARAMS
API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_MOSAIC_FILL_PARAMS

This structure provides cell filling parameters for IG_FX_mosaic_tiles function.

Declaration:

 
Copy Code
typedef struct tagAT_MOSAIC_FILL_PARAMS
{
   HIGPIXEL Color;
   AT_FLOAT Opacity;

} AT_MOSAIC_FILL_PARAMS, * LPAT_MOSAIC_FILL_PARAMS;

Structure Members:

Name Type Description
Color HIGPIXEL Cell fill color. Should have the same color space and channel depths as the image to which the effect is applied.
Opacity AT_FLOAT Opacity of the cell fill color. May vary from 0.0 (fully transparent fill color) to 1.0 (fully opaque fill color).