Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

Constant Property








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) NSInteger constant
public int getConstant()
public void setConstant(int value)
            
 <br/>get_Constant();<br/>set_Constant(value);<br/>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

Error processing SSI file