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



Gets or sets an additional weighting factor (percentage) used to modify the green component in the output pixel. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public Property GreenGrayFactor As Integer
Visual Basic (Usage)Copy Code
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
 
instance.GreenGrayFactor = value
 
value = instance.GreenGrayFactor
C# 
public int GreenGrayFactor {get; set;}
C++/CLI 
public:
property int GreenGrayFactor {
   int get();
   void set (    int value);
}

Property Value

Additional weighting factor (percentage) used to modify the green component in the output pixel. This value can be negative. Possible values are -1000 to 1000.

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