IXC_MosaicType Enumeration
Specifies the painting filter type.
Syntax
enum IXC_MosaicType
{
MosaicType_Simple = 0,
MosaicType_Average = 1,
};
Constants
- MosaicType_Simple
- Specifies that each block will be painted using its central dot color.
- MosaicType_Average
- Specifies that each block will be painted using its average calculated color.