Visual Basic (Declaration) | |
---|---|
Public Class PerlinCommand Inherits RasterCommand Implements IRasterCommand |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class PerlinCommand : RasterCommand, IRasterCommand |
Managed Extensions for C++ | |
---|---|
public __gc class PerlinCommand : public RasterCommand, IRasterCommand |
C++/CLI | |
---|---|
public ref class PerlinCommand : public RasterCommand, IRasterCommand |
Visual Basic | Copy Code |
---|---|
ImageProcessing.SpecialEffects.PerlinCommand |
C# | Copy Code |
---|---|
ImageProcessing.SpecialEffects.PerlinCommand |
This method uses a pseudo-random number generator in order to create a Perlin noise, and then procedurally transforms that noise into a texture. Depending on the flags that are set, the texture can be saved as an image by itself, or the texture can be combined with another image. This method is similar to the CloudsCommand in that they both use Perlin equations to generate pseudo-random noise, but each method applies different equations to the noise to produce the texture. Use the AddNoiseCommand in order to add random noise to an image. This command supports 12 and 16-bit grayscale and 48 and 64-bit color images. Support for 12 and 16-bit grayscale and 48 and 64 bit color images is available only in the Document/Medical toolkits. This command does not support signed data images. This command does not support 32-bit grayscale images.
System.Object
Leadtools.ImageProcessing.RasterCommand
Leadtools.ImageProcessing.SpecialEffects.PerlinCommand
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Reference
PerlinCommand MembersLeadtools.ImageProcessing.SpecialEffects Namespace
Removing Noise
AddNoiseCommand
SharpenCommand
PosterizeCommand
MosaicCommand
EmbossCommand
AverageCommand
MedianCommand
IntensityDetectCommand
SpatialFilterCommand
BinaryFilterCommand
MinimumCommand
MaximumCommand
OilifyCommand
SolarizeCommand
WindowLevelCommand
BumpMapCommand Class
CubismCommand
DrawStarCommand Class
DryCommand Class
FreePlaneBendCommand Class
FreeRadialBendCommand Class
GlassEffectCommand Class
GlowCommand Class
LensFlareCommand Class
LightCommand Class
OceanCommand Class
PlaneBendCommand Class
PlaneCommand Class
SampleTargetCommand
TunnelCommand Class
BendCommand Class
CylinderCommand Class
FreeHandShearCommand Class
FreeHandWaveCommand Class
ImpressionistCommand Class
PixelateCommand Class
PolarCommand Class
RadialBlurCommand Class
RadialWaveCommand Class
RippleCommand Class
SphereCommand Class
SwirlCommand Class
WaveCommand Class
WindCommand Class
ZoomBlurCommand Class
ZoomWaveCommand Class
ShadowCommand Class
RevEffectCommand Class
AgingCommand Class
DiceEffectCommand Class
FunctionalLightCommand Class
PuzzleEffectCommand Class
RingEffectCommand Class
TextureAlphaBlendCommand
AddNoiseCommand