Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)

Show in webframe

BlueFactor Property (GrayScaleExtendedCommand)








Gets or sets a value that represents the percentage or weight given to the blue value of each pixel in the image.
Syntax
public int BlueFactor {get; set;}
'Declaration
 
Public Property BlueFactor As Integer
'Usage
 
Dim instance As GrayScaleExtendedCommand
Dim value As Integer
 
instance.BlueFactor = value
 
value = instance.BlueFactor
public int BlueFactor {get; set;}
@property (nonatomic, assign) NSInteger blueFactor
public int getBlueFactor()
public void setBlueFactor(int value)
            
 <br/>get_BlueFactor();<br/>set_BlueFactor(value);<br/>Object.defineProperty('BlueFactor'); 
public:
property int BlueFactor {
   int get();
   void set (    int value);
}

Property Value

Value that represents the percentage or weight given to the blue value of each pixel in the image. Possible values are 0 to 1000.
Example
Refer to GrayScaleExtendedCommand.
Requirements

Target Platforms

See Also

Reference

GrayScaleExtendedCommand Class
GrayScaleExtendedCommand Members

Error processing SSI file