←Select platform

BlueFactor Property

Summary

Gets or sets the values to use for redistributing the image's blue values.

Syntax
C#
VB
Objective-C
C++
Java
public ChannelMixerCommandFactor BlueFactor { get; set; } 
Public Property BlueFactor As ChannelMixerCommandFactor 
@property (nonatomic, strong) LTChannelMixerCommandFactor *blueFactor 
public ChannelMixerCommandFactor getBlueFactor() 
public void setBlueFactor(ChannelMixerCommandFactor value) 
public: 
property ChannelMixerCommandFactor^ BlueFactor { 
   ChannelMixerCommandFactor^ get(); 
   void set (    ChannelMixerCommandFactor^ ); 
} 

Property Value

Values to use for redistributing the image's blue values.

Example

Refer to ChannelMixerCommand.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly