IXC_MosaicType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_MosaicType Enumeration}}
 
{{#customTitle:IXC_MosaicType Enumeration}}
 +
{{#parentPage:PXV:IXC_Enumerations|IXC_MosaicType|enum}}
  
Specifies the ...
+
Specifies the painting filter type.
  
 
== Syntax ==
 
== Syntax ==
 
<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 14: Line 16:
 
== Constants ==
 
== Constants ==
 
;MosaicType_Simple
 
;MosaicType_Simple
:The ...
+
:Specifies that each block will be painted using its central dot color.
 
;MosaicType_Average
 
;MosaicType_Average
:The ...
+
:Specifies that each block will be painted using its average calculated color.
  
 
== See Also ==
 
== See Also ==
See also ...
+
[[PXV:IIXC_Page_FilterMosaic|IIXC_Page::FilterMosaic]]

Latest revision as of 10:33, 23 May 2015

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.

See Also

IIXC_Page::FilterMosaic