NoiseGenerator Class |
Namespace: Atalasoft.Imaging.ImageProcessing
The NoiseGenerator type exposes the following members.
Name | Description | |
---|---|---|
![]() | NoiseGenerator() |
Initializes a new instance of the NoiseGenerator class.
|
![]() | NoiseGenerator(Size) | Initializes a new instance of NoiseGenerator specifying the resulting image size. |
![]() | NoiseGenerator(Size, Double) | Initializes a new instance of NoiseGenerator specifying the resulting image size and scale. |
![]() | NoiseGenerator(SerializationInfo, StreamingContext) | Initializes a new instance of NoiseGenerator. |
![]() | NoiseGenerator(Size, Double, NoiseGeneratorMode) | Initializes a new instance of NoiseGenerator specifying the resulting image size, scale and mode.
|
![]() | NoiseGenerator(Size, Double, NoiseGeneratorMode, Color) | Initializes a new instance of NoiseGenerator specifying the resulting image size, scale, mode and base
color. |
Name | Description | |
---|---|---|
![]() | BaseColor |
Gets or sets the base color of the noise.
|
![]() | ImageSize |
Gets or sets the size of the resulting image.
|
![]() | Mode |
Gets or sets the type of noise to generate.
|
![]() | Scale |
Gets or sets the size of the noise.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateImage() |
Generates a new AtalaImage containing the noise.
|
![]() | GenerateImage(Double) |
Generates a new AtalaImage containing the noise.
|
![]() | GenerateImage(Int32, Double) |
Generates a new AtalaImage containing the noise.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetObjectData |
Populates a SerializationInfo with the data needed to serialize the target object.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |