IXC_MosaicType Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 2: | Line 2: | ||
{{#customTitle:IXC_MosaicType Enumeration}} | {{#customTitle:IXC_MosaicType Enumeration}} | ||
{{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}} | {{#parentPage:PXV:IXC|IXC_MosaicType Enumeration|enum}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
Line 10: | Line 9: | ||
<pre class="brush:cpp;gutter:false">enum IXC_MosaicType | <pre class="brush:cpp;gutter:false">enum IXC_MosaicType | ||
{ | { | ||
− | MosaicType_Simple = 0 | + | MosaicType_Simple = 0, |
− | MosaicType_Average = 1 | + | MosaicType_Average = 1, |
}; | }; | ||
</pre> | </pre> | ||
Line 22: | Line 21: | ||
== See Also == | == See Also == | ||
− |
Revision as of 10:04, 8 May 2015
Specifies the type of filtering.
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.