LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
BalanceColorCommandFactor Class
See Also  Members  



Defines the information used by the BalanceColorsCommand class. Supported in Silverlight, Windows Phone 7

Object Model

BalanceColorCommandFactor 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: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also