LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

GreenGrayFactor Property

Show in webframe







Gets or sets an additional weighting factor (percentage) used to modify the green component in the output pixel.
Syntax
public int GreenGrayFactor {get; set;}
'Declaration
 
Public Property GreenGrayFactor As Integer
'Usage
 
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
 
instance.GreenGrayFactor = value
 
value = instance.GreenGrayFactor
public int GreenGrayFactor {get; set;}
@property (nonatomic, assign) int greenGrayFactor;
public int getGreenGrayFactor()
public void setGreenGrayFactor(int value)
            
 
get_GreenGrayFactor();
set_GreenGrayFactor(value);
Object.defineProperty('GreenGrayFactor');
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
Refer to ConvertToColoredGrayCommand.
Requirements

Target Platforms

See Also

Reference

ConvertToColoredGrayCommand Class
ConvertToColoredGrayCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.