LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Channel Property (AddNoiseCommand)

Show in webframe







Gets or sets a value that represents the color plane to which to add the noise.
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;}
@property (nonatomic, assign) LTRasterColorChannel channel;
public RasterColorChannel getChannel()
public void setChannel(RasterColorChannel value)
            
 
get_Channel();
set_Channel(value);
Object.defineProperty('Channel');
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

See Also

Reference

AddNoiseCommand Class
AddNoiseCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.