Leadtools.ImageProcessing.Color Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
GreenFactor Property
See Also 



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

Syntax

Visual Basic (Declaration) 
Public Property GreenFactor As BalanceColorCommandFactor
Visual Basic (Usage)Copy Code
Dim instance As BalanceColorsCommand
Dim value As BalanceColorCommandFactor
 
instance.GreenFactor = value
 
value = instance.GreenFactor
C# 
public BalanceColorCommandFactor GreenFactor {get; set;}
C++/CLI 
public:
property BalanceColorCommandFactor^ GreenFactor {
   BalanceColorCommandFactor^ get();
   void set (BalanceColorCommandFactor^ value);
}

Return Value

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

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also