IXC_NoiseType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IXC_NoiseType Enumeration}}
 
{{#customTitle:IXC_NoiseType Enumeration}}
 
{{#parentPage:PXV:IXC|IXC_NoiseType Enumeration|enum}}
 
{{#parentPage:PXV:IXC|IXC_NoiseType Enumeration|enum}}
{{ToWrite}}
+
 
 
{{ToReview}}
 
{{ToReview}}
  
Specifies the ...
+
Specifies the type of the filter.
  
 
== Syntax ==
 
== Syntax ==
Line 17: Line 17:
 
== Constants ==
 
== Constants ==
 
;NoiseType_Simple
 
;NoiseType_Simple
:The ...
+
:For each pixel's color component some randomly selected value is added. The value depends on the level value.
 
;NoiseType_Monochromatic
 
;NoiseType_Monochromatic
:The ...
+
:For each pixel's color (NOT for the component but for the entire color value) some randomly selected value is added. The value depend on the level value.
  
 
== See Also ==
 
== See Also ==
See also ...
+
:[[PXV:IIXC_Page_FilterNoise|IIXC_Page::FilterNoise]]

Revision as of 05:46, 30 April 2015


Specifies the type of the filter.

Syntax

enum IXC_NoiseType
{
    NoiseType_Simple        = 0;
    NoiseType_Monochromatic = 1;
};

Constants

NoiseType_Simple
For each pixel's color component some randomly selected value is added. The value depends on the level value.
NoiseType_Monochromatic
For each pixel's color (NOT for the component but for the entire color value) some randomly selected value is added. The value depend on the level value.

See Also

IIXC_Page::FilterNoise