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



Defines the information used by the BalanceColorsCommand class.

Syntax

Visual Basic (Declaration) 
Public Class BalanceColorCommandFactor 
Visual Basic (Usage)Copy Code
Dim instance As BalanceColorCommandFactor
C# 
public class BalanceColorCommandFactor 
C++/CLI 
public ref class BalanceColorCommandFactor 

Example

Remarks

If this class used to redistribute the red value of a pixel contains the following values:

ToRed = 0.50

ToGreen = 0.50

ToBlue = 0.0

then 50 of the current red value of the pixel will be added to the new red value for the pixel and 50 of the current red value of the pixel will be added to the new green value for the pixel. For a more detailed description of how this works, refer to BalanceColorsCommand class.

Inheritance Hierarchy

System.Object
   Leadtools.ImageProcessing.Color.BalanceColorCommandFactor

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