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



Gets or sets a value that represents the percentage of the green color value that should be distributed to the red component. Supported in Silverlight, Windows Phone 7

Syntax

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

Property Value

Value that represents the percentage of the green color value that should be distributed to the red component. Possible values are 0.0 to 1.0.

Example

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