ImageGear v26.3 - Updated
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()
    public ImGearDoublePoint GetWhiteXY()
    public: ImGearDoublePoint GetWhiteXY(); 
    public:
    ImGearDoublePoint GetWhiteXY(); 

    Return Value

    See Also