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

Show in webframe

GreenFactor Property (ChannelMixerCommand)








Gets or sets the values to use for redistributing the image's green values.
Syntax
public ChannelMixerCommandFactor GreenFactor {get; set;}
'Declaration
 
Public Property GreenFactor As ChannelMixerCommandFactor
'Usage
 
Dim instance As ChannelMixerCommand
Dim value As ChannelMixerCommandFactor
 
instance.GreenFactor = value
 
value = instance.GreenFactor
public ChannelMixerCommandFactor GreenFactor {get; set;}
@property (nonatomic, strong) LTChannelMixerCommandFactor *greenFactor
public ChannelMixerCommandFactor getGreenFactor()
public void setGreenFactor(ChannelMixerCommandFactor value)
            
 <br/>get_GreenFactor();<br/>set_GreenFactor(value);<br/>Object.defineProperty('GreenFactor'); 
public:
property ChannelMixerCommandFactor^ GreenFactor {
   ChannelMixerCommandFactor^ get();
   void set (    ChannelMixerCommandFactor^ value);
}

Property Value

Values to use for redistributing the image's green values.
Example
Refer to ChannelMixerCommand.
Requirements

Target Platforms

See Also

Reference

ChannelMixerCommand Class
ChannelMixerCommand Members

Error processing SSI file