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

Show in webframe

Green Property (ChannelMixerCommandFactor)








Gets or sets a value that represents the percentage of the green color value that should be distributed to the green component.
Syntax
public int Green {get; set;}
'Declaration
 
Public Property Green As Integer
'Usage
 
Dim instance As ChannelMixerCommandFactor
Dim value As Integer
 
instance.Green = value
 
value = instance.Green
public int Green {get; set;}
@property (nonatomic, assign) NSInteger green
public int getGreen()
public void setGreen(int value)
            
 <br/>get_Green();<br/>set_Green(value);<br/>Object.defineProperty('Green'); 
public:
property int Green {
   int get();
   void set (    int value);
}

Property Value

Value that represents the percentage of the green color value that should be distributed to the green component. Valid values are -200 to 200.
Example
Refer to ChannelMixerCommand()
Requirements

Target Platforms

See Also

Reference

ChannelMixerCommandFactor Class
ChannelMixerCommandFactor Members

Error processing SSI file