ImageGear .NET v25.1 - Updated
GetWhiteXY Method




ImageGear.Core Assembly > ImageGear.Processing Namespace > ImGearWhiteBalance Class : GetWhiteXY Method
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()
public ImGearDoublePoint GetWhiteXY()
public: ImGearDoublePoint GetWhiteXY(); 
public:
ImGearDoublePoint GetWhiteXY(); 

Return Value

See Also

Reference

ImGearWhiteBalance Class
ImGearWhiteBalance Members
ImGearDoublePoint Structure
ImGearWhiteBalance Class