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

Show in webframe

BlueFactor Property (ChannelMixerCommand)








Gets or sets the values to use for redistributing the image's blue values.
Syntax
public ChannelMixerCommandFactor BlueFactor {get; set;}
'Declaration
 
Public Property BlueFactor As ChannelMixerCommandFactor
'Usage
 
Dim instance As ChannelMixerCommand
Dim value As ChannelMixerCommandFactor
 
instance.BlueFactor = value
 
value = instance.BlueFactor
public ChannelMixerCommandFactor BlueFactor {get; set;}
@property (nonatomic, strong) LTChannelMixerCommandFactor *blueFactor
public ChannelMixerCommandFactor getBlueFactor()
public void setBlueFactor(ChannelMixerCommandFactor value)
            
 <br/>get_BlueFactor();<br/>set_BlueFactor(value);<br/>Object.defineProperty('BlueFactor'); 
public:
property ChannelMixerCommandFactor^ BlueFactor {
   ChannelMixerCommandFactor^ get();
   void set (    ChannelMixerCommandFactor^ value);
}

Property Value

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

Target Platforms

See Also

Reference

ChannelMixerCommand Class
ChannelMixerCommand Members

Error processing SSI file