Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.12.11
PerlinCommand Class Properties
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace : PerlinCommand Class


For a list of all members of this type, see PerlinCommand members.

Public Properties

 NameDescription
Public PropertyBackcolor Gets or sets the background color.  
Public PropertyDenLayout Gets or sets the value that represents the density of the layout for the produced noise.  
Public PropertyFreqLayout Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.  
Public PropertyFrequency Gets or sets the value that indicates the frequency component for both the x and y axis.  
Public PropertyHasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public PropertyIteration Gets or sets the value that indicates the number of iterations that will be calculated.  
Public PropertyOpacity Gets or sets the value that indicates the percentage to be used when combining the original image with the noise.  
Public PropertyPerlinColor Gets or sets the foreground color.  
Public PropertyPerlinFlags Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.  
Public PropertySeed Gets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding.  
Public PropertyXCircle Gets or sets the value that indicates the x coordinate, in pixels and in image coordinates, for the center point of the concentric circles.  
Public PropertyYCircle Gets or sets the value that indicates the y coordinate, in pixels and in image coordinates, for the center point of the concentric circles.  
Top

See Also