ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearWhiteBalance Class / ImGearWhiteBalance Constructor / ImGearWhiteBalance Constructor(ImGearDoublePoint)
Coordinates of a white point.




In This Topic
ImGearWhiteBalance Constructor(ImGearDoublePoint)
In This Topic
Initializes a new instance of the ImGearWhiteBalance class from XY coordinates of a white point.
Syntax
'Declaration
 
Public Function New( _
   ByVal whitePoint As ImGearDoublePoint _
)
 
'Usage
 
Dim whitePoint As ImGearDoublePoint
 
Dim instance As New ImGearWhiteBalance(whitePoint)

Parameters

whitePoint
Coordinates of a white point.
See Also