dali_defaults_dt8.cpp
1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
* Copyright (c) 2015-2016, Arkadiusz Materek (arekmat@poczta.fm)
*
* Licensed under GNU General Public License 3.0 or later.
*
* This program 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.
*/
#include <dali/dali_dt8.hpp>
namespace dali {
const dali::DefaultsDT8 kDefaultsDT8 = {
primaryConfig: {
{32767, {48149, 17387}},
{32767, {17944, 47016}},
{32767, {10918, 583}},
{65535, {65535, 65535}},
{65535, {65535, 65535}},
{65535, {65535, 65535}},
},
colorType: DALI_DT8_COLOR_TYPE_TC,
#ifdef DALI_DT8_SUPPORT_XY
xCoordinate: 21845,
yCoordinate: 21846,
#endif // DALI_DT8_SUPPORT_XY
#ifdef DALI_DT8_SUPPORT_TC
tcCoolest: 50,
tcWarmest: 1000,
tc: 500,
#endif /// DALI_DT8_SUPPORT_TC
#ifdef DALI_DT8_SUPPORT_PRIMARY_N
primary: { 10920, 10921, 10922, 10923, 10924, 10925},
#endif // DALI_DT8_SUPPORT_PRIMARY_N
#ifdef DALI_DT8_SUPPORT_RGBWAF
color: {128, 253, 200, 129, 150, 201},
#endif // DALI_DT8_SUPPORT_RGBWAF
};
} // namespace dali