ImageGear Professional DLL v18.1 for Windows
AT_MOSAIC_FILL_PARAMS
Send Feedback
ImageGear Professional v18.1 > API Reference Guide > Core Component API Reference > Core Component Structures Reference > AT_MOSAIC_FILL_PARAMS

Glossary Item Box

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

©2014. Accusoft Corporation. All Rights Reserved.