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