LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

RedGrayFactor Property

Show in webframe







Gets or sets an additional weighting factor (percentage) used to modify the red component in the output pixel.
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;}
@property (nonatomic, assign) int redGrayFactor;
public int getRedGrayFactor()
public void setRedGrayFactor(int value)
            
 
get_RedGrayFactor();
set_RedGrayFactor(value);
Object.defineProperty('RedGrayFactor');
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

See Also

Reference

ConvertToColoredGrayCommand Class
ConvertToColoredGrayCommand Members

 

 


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