LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

RedFactor Property (ChannelMixerCommand)

Show in webframe







Gets or sets the values to use for redistributing the image's red values.
Syntax
public ChannelMixerCommandFactor RedFactor {get; set;}
'Declaration
 
Public Property RedFactor As ChannelMixerCommandFactor
'Usage
 
Dim instance As ChannelMixerCommand
Dim value As ChannelMixerCommandFactor
 
instance.RedFactor = value
 
value = instance.RedFactor
public ChannelMixerCommandFactor RedFactor {get; set;}
@property (nonatomic, strong) LTChannelMixerCommandFactor* redFactor;
public ChannelMixerCommandFactor getRedFactor()
public void setRedFactor(ChannelMixerCommandFactor value)
            
 
get_RedFactor();
set_RedFactor(value);
Object.defineProperty('RedFactor');
public:
property ChannelMixerCommandFactor^ RedFactor {
   ChannelMixerCommandFactor^ get();
   void set (    ChannelMixerCommandFactor^ value);
}

Property Value

Values to use for redistributing the image's red 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.