←Select platform

NoiseLayoutType Enumeration

Summary
Flags that indicate how to apply the effect, and which layout pattern to use for the noise. This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.

Syntax
C#
C++/CLI
Python
public enum NoiseLayoutType 
public enum class NoiseLayoutType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class NoiseLayoutType(Enum): 
   PF_Pure = 0 
   PF_Pure = 0 
   PF_Combine = 1 
   PF_Difference = 2 
   PF_Line = 16 
   PF_Random = 32 
Members
ValueMemberDescription
0PF_CircleLay out the noise in concentric circles. Set the center for the circle using xCircle and yCircle.
0PF_PureProduce noise as a new image.
1PF_CombineCombine the noise and the image pixels using the Opacity value.
2PF_DifferenceApply the difference between the noise and the image pixels.
16PF_LineLay out the noise in lines at a 45 degree angle.
32PF_RandomLay out the noise randomly.
Remarks

You can use a bitwise OR ( ¦ ) to specify one flag from each group.

Group Flags
Flags that indicate how to apply the effect PF_Pure, PF_Combine, PF_Difference
Flags that indicate which layout pattern to use for the noise PF_Circle, PF_Line, PF_Random
Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.