LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

ToRed Property






Gets or sets a value that represents the percentage of the red color value that should be distributed to the red component. .NET support WinRT support Silverlight support
Syntax
public double ToRed {get; set;}
'Declaration
 
Public Property ToRed As Double
'Usage
 
Dim instance As BalanceColorCommandFactor
Dim value As Double
 
instance.ToRed = value
 
value = instance.ToRed
public double ToRed {get; set;}
 get_ToRed();
set_ToRed(value);
public:
property double ToRed {
   double get();
   void set (    double value);
}

Property Value

Value that represents the percentage of the red color value that should be distributed to the red component. Possible values are 0.0 to 1.0.
Example
Refer to BalanceColorsCommand(BalanceColorCommandFactor, BalanceColorCommandFactor, BalanceColorCommandFactor)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

BalanceColorCommandFactor Class
BalanceColorCommandFactor Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.