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

Show in webframe

RedFactor Property (ChannelMixerCommand)








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)
            
 <br/>get_RedFactor();<br/>set_RedFactor(value);<br/>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

Error processing SSI file