File indexing completed on 2024-05-12 15:59:33

0001 /*
0002  *  SPDX-FileCopyrightText: 2007 Cyrille Berger <cberger@cberger.net>
0003  *
0004  * SPDX-License-Identifier: LGPL-2.1-or-later
0005 */
0006 
0007 #ifndef _KO_COLOR_MODEL_STANDARD_IDS_H_
0008 #define _KO_COLOR_MODEL_STANDARD_IDS_H_
0009 
0010 #include <KoID.h>
0011 
0012 #include "kritapigment_export.h"
0013 
0014 extern const KoID KRITAPIGMENT_EXPORT AlphaColorModelID;
0015 extern const KoID KRITAPIGMENT_EXPORT RGBAColorModelID;
0016 extern const KoID KRITAPIGMENT_EXPORT XYZAColorModelID;
0017 extern const KoID KRITAPIGMENT_EXPORT LABAColorModelID;
0018 extern const KoID KRITAPIGMENT_EXPORT CMYKAColorModelID;
0019 extern const KoID KRITAPIGMENT_EXPORT GrayAColorModelID;
0020 extern const KoID KRITAPIGMENT_EXPORT GrayColorModelID;
0021 extern const KoID KRITAPIGMENT_EXPORT YCbCrAColorModelID;
0022 
0023 extern const KoID KRITAPIGMENT_EXPORT Integer8BitsColorDepthID;
0024 extern const KoID KRITAPIGMENT_EXPORT Integer16BitsColorDepthID;
0025 extern const KoID KRITAPIGMENT_EXPORT Float16BitsColorDepthID;
0026 extern const KoID KRITAPIGMENT_EXPORT Float32BitsColorDepthID;
0027 extern const KoID KRITAPIGMENT_EXPORT Float64BitsColorDepthID;
0028 
0029 #endif