LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Constant Property

Show in webframe







Gets or sets a value that represents the color value that should be added to the whole image.
Syntax
public int Constant {get; set;}
'Declaration
 
Public Property Constant As Integer
'Usage
 
Dim instance As ChannelMixerCommandFactor
Dim value As Integer
 
instance.Constant = value
 
value = instance.Constant
public int Constant {get; set;}
@property (nonatomic, assign) int constant;
public int getConstant()
public void setConstant(int value)
            
 
get_Constant();
set_Constant(value);
Object.defineProperty('Constant');
public:
property int Constant {
   int get();
   void set (    int value);
}

Property Value

Value that represents the color value that should be added to the whole image. Valid values are -200 to 200.
Example
Refer to ChannelMixerCommand()
Requirements

Target Platforms

See Also

Reference

ChannelMixerCommandFactor Class
ChannelMixerCommandFactor Members

 

 


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