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

RedGrayFactor Property






Gets or sets an additional weighting factor (percentage) used to modify the red component in the output pixel. .NET support WinRT support Silverlight support
Syntax
public int RedGrayFactor {get; set;}
'Declaration
 
Public Property RedGrayFactor As Integer
'Usage
 
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
 
instance.RedGrayFactor = value
 
value = instance.RedGrayFactor
public int RedGrayFactor {get; set;}
 get_RedGrayFactor();
set_RedGrayFactor(value);
public:
property int RedGrayFactor {
   int get();
   void set (    int value);
}

Property Value

Additional weighting factor (percentage) used to modify the red component in the output pixel. This value can be negative. Possible values are -1000 to 1000.
Example
Refer to ConvertToColoredGrayCommand.
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

ConvertToColoredGrayCommand Class
ConvertToColoredGrayCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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