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.