LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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

 NameDescription
public Constructor PerlinCommand ConstructorOverloaded.   
Top

Public Properties

 NameDescription
public Property BackcolorGets or sets the background color.  
public Property DenLayoutGets or sets the value that represents the density of the layout for the produced noise.  
public Property FreqLayoutGets or sets the value used to control the frequency of the circles or lines to be created for the noise image.  
public Property FrequencyGets or sets the value that indicates the frequency component for both the x and y axis.  
public Property HasProgressDetermines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Property IterationGets or sets the value that indicates the number of iterations that will be calculated.  
public Property OpacityGets or sets the value that indicates the percentage to be used when combining the original image with the noise.  
public Property PerlinColorGets or sets the foreground color.  
public Property PerlinFlagsGets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise.  
public Property SeedGets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding.  
public Property XCircleGets 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 YCircleGets 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

 NameDescription
public Method OnProgressImplements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method RunImplements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
public Method ToStringOverridden. Returns a meaningful name for this command.  
Top

Public Events

 NameDescription
public Event ProgressImplements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand)
Top

See Also