ImageGear .NET v24.12 - Updated
ImGearWhiteBalance Constructor(ImGearDoublePoint)




ImageGear24.Core Assembly > ImageGear.Processing Namespace > ImGearWhiteBalance Class > ImGearWhiteBalance Constructor : ImGearWhiteBalance Constructor(ImGearDoublePoint)
Coordinates of a white point.
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)
public ImGearWhiteBalance( 
   ImGearDoublePoint whitePoint
)
public: ImGearWhiteBalance( 
   ImGearDoublePoint whitePoint
)
public:
ImGearWhiteBalance( 
   ImGearDoublePoint whitePoint
)

Parameters

whitePoint
Coordinates of a white point.
See Also

Reference

ImGearWhiteBalance Class
ImGearWhiteBalance Members
Overload List
ImGearWhiteBalance Class
ImGearDoublePoint Structure