LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

RedFactor Property (ConvertToColoredGrayCommand)

Show in webframe







Gets or sets a value that represents the percentage or weight given to the red value of each pixel in the image.
Syntax
public int RedFactor {get; set;}
'Declaration
 
Public Property RedFactor As Integer
'Usage
 
Dim instance As ConvertToColoredGrayCommand
Dim value As Integer
 
instance.RedFactor = value
 
value = instance.RedFactor
public int RedFactor {get; set;}
@property (nonatomic, assign) int redFactor;
public int getRedFactor()
public void setRedFactor(int value)
            
 
get_RedFactor();
set_RedFactor(value);
Object.defineProperty('RedFactor');
public:
property int RedFactor {
   int get();
   void set (    int value);
}

Property Value

Value that represents the percentage or weight given to the red value of each pixel in the image. Possible values are 0 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.