Adjust image colors adjusting the white range.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void WhiteBalanceWhiteAt(
	int whiteX,
	int whiteY
)
Public Sub WhiteBalanceWhiteAt ( _
	whiteX As Integer, _
	whiteY As Integer _
)
public:
void WhiteBalanceWhiteAt(
	int whiteX, 
	int whiteY
)

Parameters

whiteX
Int32
X coordinate of a white pixel
whiteY
Int32
Y coordinate of a white pixel

See Also