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


The following tables list the members exposed by PerlinCommand.

Public Constructors

  Name Description
Public Constructor PerlinCommand Constructor Overloaded.  Initializes a new PerlinCommand class object with default parameters.  
Top

Public Properties

  Name Description
Public Property Backcolor Gets or sets the background color.  
Public Property DenLayout Gets or sets the value that represents the density of the layout for the produced noise.  
Public Property FreqLayout Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image.  
Public Property Frequency Gets or sets the value that indicates the frequency component for both the x and y axis.  
Public Property HasProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Property Iteration Gets or sets the value that indicates the number of iterations that will be calculated.  
Public Property Opacity Gets or sets the value that indicates the percentage to be used when combining the original image with the noise.  
Public Property PerlinColor Gets or sets the foreground color.  
Public Property PerlinFlags Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.  
Public Property Seed Gets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding.  
Public Property XCircle 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 Property YCircle 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

Public Methods

  Name Description
Public Method OnProgress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method raise_Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method Run (Inherited from Leadtools.ImageProcessing.RasterCommand)
Public Method ToString Overridden.  Overridden. Returns a meaningful name for this command.  
Top

Protected Methods

  Name Description
Protected Method raise__progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

Public Events

  Name Description
Public Event Progress (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also