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

    This structure provides cell border parameters for IG_FX_mosaic_tiles function.

    Declaration:

     
    Copy Code
    typedef struct tagAT_MOSAIC_BORDER_PARAMS
    {
       HIGPIXEL Color;
       AT_INT Height;
       AT_INT Irregularity;
       AT_FLOAT Opacity;
       AT_INT Width;
    
    } AT_MOSAIC_BORDER_PARAMS, * LPAT_MOSAIC_BORDER_PARAMS;
    

    Structure Members:

    Name Type Description
    Color HIGPIXEL Border color. Should have the same color space and channel depths as the image to which the effect is applied.
    Height AT_INT Height of the cell border, in pixels.
    Irregularity AT_INT Irregularity of the cell border. This value can be in the range 0...10.
    Opacity AT_FLOAT Opacity of the cell border. May vary from 0.0 (fully transparent border) to 1.0 (fully opaque border).
    Width AT_INT Width of the cell border, in pixels.