LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)
LEAD Technologies, Inc

Channel Property (AddNoiseCommand)






Gets or sets a value that represents the color plane to which to add the noise. .NET support WinRT support Silverlight support
Syntax
public RasterColorChannel Channel {get; set;}
'Declaration
 
Public Property Channel As RasterColorChannel
'Usage
 
Dim instance As AddNoiseCommand
Dim value As RasterColorChannel
 
instance.Channel = value
 
value = instance.Channel
public RasterColorChannel Channel {get; set;}
 get_Channel();
set_Channel(value);
public:
property RasterColorChannel Channel {
   RasterColorChannel get();
   void set (    RasterColorChannel value);
}

Property Value

Color plane constant. This plane will be affected by the noise.
Example
Refer to AddNoiseCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AddNoiseCommand Class
AddNoiseCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.