////////////////////////////////////////////////////////////////////////////////
//
// photivo
//
// Copyright (C) 2008,2009 Jos De Laender <jos.de_laender@telenet.be>
// Copyright (C) 2009,2011 Michael Munzert <mail@mm-log.com>
//
// This file is part of photivo.
//
// photivo is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License version 3
// as published by the Free Software Foundation.
//
// photivo is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with photivo.  If not, see <http://www.gnu.org/licenses/>.
//
////////////////////////////////////////////////////////////////////////////////

//
// Derived from wb_preset.c in ufraw with kind permission of Udi Fuchs.
//

#include <QObject>
#include <cstdlib>

#include "ptWhiteBalances.h"

// This has been autoconverted from wb_presets.c in ufraw.
// The 'tuning' stuff has not been adopted as there are imho
// tuning possibilities enough. And I want to 'kiss'.

// Also : Multipliers should be normalized, i.e. minimum value = 1.0.

const ptWhiteBalance ptWhiteBalances[] = {

// Four dummies to make sure that an index is larger than
// ptWhiteBalance_Camera/Auto/Manual/Spot
{ "","","",{0.0,0.0,0.0}},
{ "","","",{0.0,0.0,0.0}},
{ "","","",{0.0,0.0,0.0}},
{ "","","",{0.0,0.0,0.0}},
