Your IP : 216.73.216.48
/*
* Copyright (c) 2007 Cyrille Berger <cberger@cberger.net>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public License
* along with this library; see the file COPYING.LIB. If not, write to
* the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
* Boston, MA 02110-1301, USA.
*/
#ifndef _KO_COLOR_MODEL_STANDARD_IDS_H_
#define _KO_COLOR_MODEL_STANDARD_IDS_H_
#include <KoID.h>
#include "pigment_export.h"
extern const KoID PIGMENTCMS_EXPORT AlphaColorModelID;
extern const KoID PIGMENTCMS_EXPORT RGBAColorModelID;
extern const KoID PIGMENTCMS_EXPORT XYZAColorModelID;
extern const KoID PIGMENTCMS_EXPORT LABAColorModelID;
extern const KoID PIGMENTCMS_EXPORT CMYKAColorModelID;
extern const KoID PIGMENTCMS_EXPORT GrayAColorModelID;
extern const KoID PIGMENTCMS_EXPORT GrayColorModelID;
extern const KoID PIGMENTCMS_EXPORT YCbCrAColorModelID;
extern const KoID PIGMENTCMS_EXPORT Integer8BitsColorDepthID;
extern const KoID PIGMENTCMS_EXPORT Integer16BitsColorDepthID;
extern const KoID PIGMENTCMS_EXPORT Float16BitsColorDepthID;
extern const KoID PIGMENTCMS_EXPORT Float32BitsColorDepthID;
extern const KoID PIGMENTCMS_EXPORT Float64BitsColorDepthID;
#endif