IXC_NoiseType Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(See Also)
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IXC_NoiseType Enumeration}}
 
{{#customTitle:IXC_NoiseType Enumeration}}
{{#parentPage:PXV:IXC|IXC_NoiseType Enumeration|enum}}
+
{{#parentPage:PXV:IXC_Enumerations|IXC_NoiseType|enum}}
 
+
  
 
Specifies the type of the filter.
 
Specifies the type of the filter.

Latest revision as of 10:33, 23 May 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 depends on the level value.

See Also

IIXC_Page_FilterNoise