ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / Core Component API Reference / Core Component Structures Reference / AT_MOSAIC_FILL_PARAMS
In This Topic
    AT_MOSAIC_FILL_PARAMS
    In This Topic

    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).