LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GreenFactor Property (ChannelMixerCommand)

Show in webframe







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)
            
 
get_GreenFactor();
set_GreenFactor(value);
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

 

 


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