IXC_NoiseType Enumeration
From PDF XChange PDF SDK
Line 18: | Line 18: | ||
:For each pixel's color component some randomly selected value is added. The value depends on the level value. | :For each pixel's color component some randomly selected value is added. The value depends on the level value. | ||
;NoiseType_Monochromatic | ;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 | + | :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 == | == See Also == |
Revision as of 13:16, 15 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.