ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Processing Namespace / ImGearWhiteBalance Class / GetWhiteXY Method




In This Topic
GetWhiteXY Method
In This Topic
Returns XY coordinates of white point, corresponding to the color temperature.
Syntax
'Declaration
 
Public Function GetWhiteXY() As ImGearDoublePoint
 
'Usage
 
Dim instance As ImGearWhiteBalance
Dim value As ImGearDoublePoint
 
value = instance.GetWhiteXY()

Return Value

See Also