←Select platform

BlueFactor Property

Summary

BalanceColorCommandFactor class that contains the values to use for redistributing the image's blue values.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public BalanceColorCommandFactor BlueFactor { get; set; } 
@property (nonatomic, strong) LTBalanceColorCommandFactor *blueFactor 
public BalanceColorCommandFactor getBlueFactor() 
public void setBlueFactor(BalanceColorCommandFactor value) 
             
 <br/>get_BlueFactor();<br/>set_BlueFactor(value);<br/>Object.defineProperty('BlueFactor');  

Property Value

BalanceColorCommandFactor class that contains the values to use for redistributing the image's blue values. Valid values for all class members must be within the range : 0.0 - 100.0.

Example

Refer to BalanceColorsCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Color Assembly