LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

BlueGrayFactor Property

Show in webframe







Gets or sets an additional weighting factor (percentage) used to modify the blue component in the output pixel.
Syntax
public int BlueGrayFactor {get; set;}
'Declaration
 
Public Property BlueGrayFactor As Integer
'Usage
 
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
 
instance.BlueGrayFactor = value
 
value = instance.BlueGrayFactor
public int BlueGrayFactor {get; set;}
@property (nonatomic, assign) int blueGrayFactor;
public int getBlueGrayFactor()
public void setBlueGrayFactor(int value)
            
 
get_BlueGrayFactor();
set_BlueGrayFactor(value);
Object.defineProperty('BlueGrayFactor');
public:
property int BlueGrayFactor {
   int get();
   void set (    int value);
}

Property Value

Additional weighting factor (percentage) used to modify the blue 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.