LEADTOOLS Image Processing (Leadtools.ImageProcessing.Color assembly)
LEAD Technologies, Inc

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. .NET support WinRT support Silverlight support
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;}
 get_BlueFactor();
set_BlueFactor(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GrayScaleExtendedCommand Class
GrayScaleExtendedCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.