The following tables list the members exposed by PerlinCommand.
| Name | Description | |
|---|---|---|
| PerlinCommand Constructor | Overloaded. |
| Name | Description | |
|---|---|---|
| Backcolor | Gets or sets the background color. |
| DenLayout | Gets or sets the value that represents the density of the layout for the produced noise. |
| FreqLayout | Gets or sets the value used to control the frequency of the circles or lines to be created for the noise image. |
| Frequency | Gets or sets the value that indicates the frequency component for both the x and y axis. |
| HasProgress | Determines if the command object has a progress event handler set. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| Iteration | Gets or sets the value that indicates the number of iterations that will be calculated. |
| Opacity | Gets or sets the value that indicates the percentage to be used when combining the original image with the noise. |
| PerlinColor | Gets or sets the foreground color. |
| PerlinFlags | Gets or sets flags that indicate how to apply the effect, and which layout pattern to use for the noise. |
| Seed | Gets or sets the value that represents the initial seeding value for the pseudo-randomization process. Use 0 for automatic seeding. |
| 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. |
| 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. |
| Name | Description | |
|---|---|---|
| OnProgress | Implements Leadtools.ImageProcessing.IRasterCommand.OnProgress(Leadtools.ImageProcessing.RasterCommandProgressEventArgs). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| Run | Implements Leadtools.ImageProcessing.IRasterCommand.Run(Leadtools.RasterImage). Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |
| ToString | Overridden. Returns a meaningful name for this command. |
| Name | Description | |
|---|---|---|
| Progress | Implements Leadtools.ImageProcessing.IRasterCommand.Progress. Supported in Silverlight, Windows Phone 7 (Inherited from Leadtools.ImageProcessing.RasterCommand) |