Coverage Report

Created: 2026-01-25 07:18

next uncovered line (L), next uncovered region (R), next uncovered branch (B)
/src/qtbase/src/gui/painting/webgradients.cpp
Line
Count
Source
1
// Copyright (C) 2019 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
// This file is auto-generated by gradientgen. DO NOT EDIT!
5
6
static QList<QGradientStop> qt_preset_gradient_stops(QGradient::Preset preset)
7
0
{
8
0
    Q_ASSERT(preset < QGradient::NumPresets);
9
0
    switch (preset) {
10
0
    case QGradient::WarmFlame:
11
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 154, 158, 255)), QGradientStop(0.99, QColor(250, 208, 196, 255)), QGradientStop(1, QColor(250, 208, 196, 255)));
12
0
    case QGradient::NightFade:
13
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(161, 140, 209, 255)), QGradientStop(1, QColor(251, 194, 235, 255)));
14
0
    case QGradient::SpringWarmth:
15
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(250, 208, 196, 255)), QGradientStop(0.01, QColor(250, 208, 196, 255)), QGradientStop(1, QColor(255, 209, 255, 255)));
16
0
    case QGradient::JuicyPeach:
17
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 236, 210, 255)), QGradientStop(1, QColor(252, 182, 159, 255)));
18
0
    case QGradient::YoungPassion:
19
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 129, 119, 255)), QGradientStop(0, QColor(255, 134, 122, 255)), QGradientStop(0.21, QColor(255, 140, 127, 255)), QGradientStop(0.52, QColor(249, 145, 133, 255)), QGradientStop(0.78, QColor(207, 85, 108, 255)), QGradientStop(1, QColor(177, 42, 91, 255)));
20
0
    case QGradient::LadyLips:
21
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 154, 158, 255)), QGradientStop(0.99, QColor(254, 207, 239, 255)), QGradientStop(1, QColor(254, 207, 239, 255)));
22
0
    case QGradient::SunnyMorning:
23
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(246, 211, 101, 255)), QGradientStop(1, QColor(253, 160, 133, 255)));
24
0
    case QGradient::RainyAshville:
25
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(251, 194, 235, 255)), QGradientStop(1, QColor(166, 193, 238, 255)));
26
0
    case QGradient::FrozenDreams:
27
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(253, 203, 241, 255)), QGradientStop(0.01, QColor(253, 203, 241, 255)), QGradientStop(1, QColor(230, 222, 233, 255)));
28
0
    case QGradient::WinterNeva:
29
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(161, 196, 253, 255)), QGradientStop(1, QColor(194, 233, 251, 255)));
30
0
    case QGradient::DustyGrass:
31
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(212, 252, 121, 255)), QGradientStop(1, QColor(150, 230, 161, 255)));
32
0
    case QGradient::TemptingAzure:
33
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(132, 250, 176, 255)), QGradientStop(1, QColor(143, 211, 244, 255)));
34
0
    case QGradient::HeavyRain:
35
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(207, 217, 223, 255)), QGradientStop(1, QColor(226, 235, 240, 255)));
36
0
    case QGradient::AmyCrisp:
37
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(166, 192, 254, 255)), QGradientStop(1, QColor(246, 128, 132, 255)));
38
0
    case QGradient::MeanFruit:
39
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(252, 203, 144, 255)), QGradientStop(1, QColor(213, 126, 235, 255)));
40
0
    case QGradient::DeepBlue:
41
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(224, 195, 252, 255)), QGradientStop(1, QColor(142, 197, 252, 255)));
42
0
    case QGradient::RipeMalinka:
43
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(240, 147, 251, 255)), QGradientStop(1, QColor(245, 87, 108, 255)));
44
0
    case QGradient::CloudyKnoxville:
45
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(253, 251, 251, 255)), QGradientStop(1, QColor(235, 237, 238, 255)));
46
0
    case QGradient::MalibuBeach:
47
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(79, 172, 254, 255)), QGradientStop(1, QColor(0, 242, 254, 255)));
48
0
    case QGradient::NewLife:
49
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(67, 233, 123, 255)), QGradientStop(1, QColor(56, 249, 215, 255)));
50
0
    case QGradient::TrueSunset:
51
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(250, 112, 154, 255)), QGradientStop(1, QColor(254, 225, 64, 255)));
52
0
    case QGradient::MorpheusDen:
53
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(48, 207, 208, 255)), QGradientStop(1, QColor(51, 8, 103, 255)));
54
0
    case QGradient::RareWind:
55
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(168, 237, 234, 255)), QGradientStop(1, QColor(254, 214, 227, 255)));
56
0
    case QGradient::NearMoon:
57
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(94, 231, 223, 255)), QGradientStop(1, QColor(180, 144, 202, 255)));
58
0
    case QGradient::WildApple:
59
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(210, 153, 194, 255)), QGradientStop(1, QColor(254, 249, 215, 255)));
60
0
    case QGradient::SaintPetersburg:
61
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(245, 247, 250, 255)), QGradientStop(1, QColor(195, 207, 226, 255)));
62
0
    case QGradient::PlumPlate:
63
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(102, 126, 234, 255)), QGradientStop(1, QColor(118, 75, 162, 255)));
64
0
    case QGradient::EverlastingSky:
65
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(253, 252, 251, 255)), QGradientStop(1, QColor(226, 209, 195, 255)));
66
0
    case QGradient::HappyFisher:
67
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(137, 247, 254, 255)), QGradientStop(1, QColor(102, 166, 255, 255)));
68
0
    case QGradient::Blessing:
69
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(253, 219, 146, 255)), QGradientStop(1, QColor(209, 253, 255, 255)));
70
0
    case QGradient::SharpeyeEagle:
71
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(152, 144, 227, 255)), QGradientStop(1, QColor(177, 244, 207, 255)));
72
0
    case QGradient::LadogaBottom:
73
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(235, 192, 253, 255)), QGradientStop(1, QColor(217, 222, 216, 255)));
74
0
    case QGradient::LemonGate:
75
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(150, 251, 196, 255)), QGradientStop(1, QColor(249, 245, 134, 255)));
76
0
    case QGradient::ItmeoBranding:
77
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(42, 245, 152, 255)), QGradientStop(1, QColor(0, 158, 253, 255)));
78
0
    case QGradient::ZeusMiracle:
79
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(205, 156, 242, 255)), QGradientStop(1, QColor(246, 243, 255, 255)));
80
0
    case QGradient::OldHat:
81
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(228, 175, 203, 255)), QGradientStop(0, QColor(184, 203, 184, 255)), QGradientStop(0, QColor(184, 203, 184, 255)), QGradientStop(0.3, QColor(226, 197, 139, 255)), QGradientStop(0.64, QColor(194, 206, 156, 255)), QGradientStop(1, QColor(126, 219, 220, 255)));
82
0
    case QGradient::StarWine:
83
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(184, 203, 184, 255)), QGradientStop(0, QColor(184, 203, 184, 255)), QGradientStop(0, QColor(180, 101, 218, 255)), QGradientStop(0.33, QColor(207, 108, 201, 255)), QGradientStop(0.66, QColor(238, 96, 156, 255)), QGradientStop(1, QColor(238, 96, 156, 255)));
84
0
    case QGradient::HappyAcid:
85
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(55, 236, 186, 255)), QGradientStop(1, QColor(114, 175, 211, 255)));
86
0
    case QGradient::AwesomePine:
87
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(235, 187, 167, 255)), QGradientStop(1, QColor(207, 199, 248, 255)));
88
0
    case QGradient::NewYork:
89
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 241, 235, 255)), QGradientStop(1, QColor(172, 224, 249, 255)));
90
0
    case QGradient::ShyRainbow:
91
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(238, 162, 162, 255)), QGradientStop(0.19, QColor(187, 193, 191, 255)), QGradientStop(0.42, QColor(87, 198, 225, 255)), QGradientStop(0.79, QColor(180, 159, 218, 255)), QGradientStop(1, QColor(122, 197, 216, 255)));
92
0
    case QGradient::MixedHopes:
93
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(196, 113, 245, 255)), QGradientStop(1, QColor(250, 113, 205, 255)));
94
0
    case QGradient::FlyHigh:
95
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(72, 198, 239, 255)), QGradientStop(1, QColor(111, 134, 214, 255)));
96
0
    case QGradient::StrongBliss:
97
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(247, 140, 160, 255)), QGradientStop(0.19, QColor(249, 116, 143, 255)), QGradientStop(0.6, QColor(253, 134, 140, 255)), QGradientStop(1, QColor(254, 154, 139, 255)));
98
0
    case QGradient::FreshMilk:
99
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(254, 173, 166, 255)), QGradientStop(1, QColor(245, 239, 239, 255)));
100
0
    case QGradient::SnowAgain:
101
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(230, 233, 240, 255)), QGradientStop(1, QColor(238, 241, 245, 255)));
102
0
    case QGradient::FebruaryInk:
103
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(172, 203, 238, 255)), QGradientStop(1, QColor(231, 240, 253, 255)));
104
0
    case QGradient::KindSteel:
105
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(233, 222, 250, 255)), QGradientStop(1, QColor(251, 252, 219, 255)));
106
0
    case QGradient::SoftGrass:
107
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(193, 223, 196, 255)), QGradientStop(1, QColor(222, 236, 221, 255)));
108
0
    case QGradient::GrownEarly:
109
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(11, 163, 96, 255)), QGradientStop(1, QColor(60, 186, 146, 255)));
110
0
    case QGradient::SharpBlues:
111
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(0, 198, 251, 255)), QGradientStop(1, QColor(0, 91, 234, 255)));
112
0
    case QGradient::ShadyWater:
113
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(116, 235, 213, 255)), QGradientStop(1, QColor(159, 172, 230, 255)));
114
0
    case QGradient::DirtyBeauty:
115
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(106, 133, 182, 255)), QGradientStop(1, QColor(186, 200, 224, 255)));
116
0
    case QGradient::GreatWhale:
117
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(163, 189, 237, 255)), QGradientStop(1, QColor(105, 145, 199, 255)));
118
0
    case QGradient::TeenNotebook:
119
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(151, 149, 240, 255)), QGradientStop(1, QColor(251, 200, 212, 255)));
120
0
    case QGradient::PoliteRumors:
121
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(167, 166, 203, 255)), QGradientStop(0.52, QColor(137, 137, 186, 255)), QGradientStop(1, QColor(137, 137, 186, 255)));
122
0
    case QGradient::SweetPeriod:
123
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(63, 81, 177, 255)), QGradientStop(0.13, QColor(90, 85, 174, 255)), QGradientStop(0.25, QColor(123, 95, 172, 255)), QGradientStop(0.38, QColor(143, 106, 174, 255)), QGradientStop(0.5, QColor(168, 106, 164, 255)), QGradientStop(0.62, QColor(204, 107, 142, 255)), QGradientStop(0.75, QColor(241, 130, 113, 255)), QGradientStop(0.87, QColor(243, 164, 105, 255)), QGradientStop(1, QColor(247, 201, 120, 255)));
124
0
    case QGradient::WideMatrix:
125
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(252, 197, 228, 255)), QGradientStop(0.15, QColor(253, 163, 75, 255)), QGradientStop(0.35, QColor(255, 120, 130, 255)), QGradientStop(0.52, QColor(200, 105, 158, 255)), QGradientStop(0.71, QColor(112, 70, 170, 255)), QGradientStop(0.87, QColor(12, 29, 184, 255)), QGradientStop(1, QColor(2, 15, 117, 255)));
126
0
    case QGradient::SoftCherish:
127
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(219, 220, 215, 255)), QGradientStop(0.24, QColor(221, 220, 215, 255)), QGradientStop(0.3, QColor(226, 201, 204, 255)), QGradientStop(0.46, QColor(231, 98, 125, 255)), QGradientStop(0.59, QColor(184, 35, 90, 255)), QGradientStop(0.71, QColor(128, 19, 87, 255)), QGradientStop(0.84, QColor(61, 22, 53, 255)), QGradientStop(1, QColor(28, 26, 39, 255)));
128
0
    case QGradient::RedSalvation:
129
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(244, 59, 71, 255)), QGradientStop(1, QColor(69, 58, 148, 255)));
130
0
    case QGradient::BurningSpring:
131
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(79, 181, 118, 255)), QGradientStop(0.3, QColor(68, 196, 137, 255)), QGradientStop(0.46, QColor(40, 169, 174, 255)), QGradientStop(0.59, QColor(40, 162, 183, 255)), QGradientStop(0.71, QColor(76, 119, 136, 255)), QGradientStop(0.86, QColor(108, 79, 99, 255)), QGradientStop(1, QColor(67, 44, 57, 255)));
132
0
    case QGradient::NightParty:
133
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(2, 80, 197, 255)), QGradientStop(1, QColor(212, 63, 141, 255)));
134
0
    case QGradient::SkyGlider:
135
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(136, 211, 206, 255)), QGradientStop(1, QColor(110, 69, 226, 255)));
136
0
    case QGradient::HeavenPeach:
137
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(217, 175, 217, 255)), QGradientStop(1, QColor(151, 217, 225, 255)));
138
0
    case QGradient::PurpleDivision:
139
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(112, 40, 228, 255)), QGradientStop(1, QColor(229, 178, 202, 255)));
140
0
    case QGradient::AquaSplash:
141
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(19, 84, 122, 255)), QGradientStop(1, QColor(128, 208, 199, 255)));
142
0
    case QGradient::SpikyNaga:
143
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(80, 82, 133, 255)), QGradientStop(0.12, QColor(88, 94, 146, 255)), QGradientStop(0.25, QColor(101, 104, 159, 255)), QGradientStop(0.37, QColor(116, 116, 176, 255)), QGradientStop(0.5, QColor(126, 126, 187, 255)), QGradientStop(0.62, QColor(131, 137, 199, 255)), QGradientStop(0.75, QColor(151, 149, 212, 255)), QGradientStop(0.87, QColor(162, 161, 220, 255)), QGradientStop(1, QColor(181, 174, 228, 255)));
144
0
    case QGradient::LoveKiss:
145
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 8, 68, 255)), QGradientStop(1, QColor(255, 177, 153, 255)));
146
0
    case QGradient::CleanMirror:
147
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(147, 165, 207, 255)), QGradientStop(1, QColor(228, 239, 233, 255)));
148
0
    case QGradient::PremiumDark:
149
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(67, 67, 67, 255)), QGradientStop(1, QColor(0, 0, 0, 255)));
150
0
    case QGradient::ColdEvening:
151
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(12, 52, 131, 255)), QGradientStop(1, QColor(162, 182, 223, 255)), QGradientStop(1, QColor(107, 140, 206, 255)), QGradientStop(1, QColor(162, 182, 223, 255)));
152
0
    case QGradient::CochitiLake:
153
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(147, 165, 207, 255)), QGradientStop(1, QColor(228, 239, 233, 255)));
154
0
    case QGradient::SummerGames:
155
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(146, 254, 157, 255)), QGradientStop(1, QColor(0, 201, 255, 255)));
156
0
    case QGradient::PassionateBed:
157
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 117, 140, 255)), QGradientStop(1, QColor(255, 126, 179, 255)));
158
0
    case QGradient::MountainRock:
159
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(134, 143, 150, 255)), QGradientStop(1, QColor(89, 97, 100, 255)));
160
0
    case QGradient::DesertHump:
161
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(199, 144, 129, 255)), QGradientStop(1, QColor(223, 165, 121, 255)));
162
0
    case QGradient::JungleDay:
163
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(139, 170, 170, 255)), QGradientStop(1, QColor(174, 139, 156, 255)));
164
0
    case QGradient::PhoenixStart:
165
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(248, 54, 0, 255)), QGradientStop(1, QColor(249, 212, 35, 255)));
166
0
    case QGradient::OctoberSilence:
167
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(183, 33, 255, 255)), QGradientStop(1, QColor(33, 212, 253, 255)));
168
0
    case QGradient::FarawayRiver:
169
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(110, 69, 226, 255)), QGradientStop(1, QColor(136, 211, 206, 255)));
170
0
    case QGradient::AlchemistLab:
171
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(213, 88, 200, 255)), QGradientStop(1, QColor(36, 210, 146, 255)));
172
0
    case QGradient::OverSun:
173
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(171, 236, 214, 255)), QGradientStop(1, QColor(251, 237, 150, 255)));
174
0
    case QGradient::PremiumWhite:
175
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(213, 212, 208, 255)), QGradientStop(0.01, QColor(213, 212, 208, 255)), QGradientStop(0.31, QColor(238, 238, 236, 255)), QGradientStop(0.75, QColor(239, 238, 236, 255)), QGradientStop(1, QColor(233, 233, 231, 255)));
176
0
    case QGradient::MarsParty:
177
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(95, 114, 189, 255)), QGradientStop(1, QColor(155, 35, 234, 255)));
178
0
    case QGradient::EternalConstance:
179
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(9, 32, 63, 255)), QGradientStop(1, QColor(83, 120, 149, 255)));
180
0
    case QGradient::JapanBlush:
181
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(221, 214, 243, 255)), QGradientStop(1, QColor(250, 172, 168, 255)), QGradientStop(1, QColor(250, 172, 168, 255)));
182
0
    case QGradient::SmilingRain:
183
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(220, 176, 237, 255)), QGradientStop(1, QColor(153, 201, 156, 255)));
184
0
    case QGradient::CloudyApple:
185
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(243, 231, 233, 255)), QGradientStop(0.99, QColor(227, 238, 255, 255)), QGradientStop(1, QColor(227, 238, 255, 255)));
186
0
    case QGradient::BigMango:
187
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(199, 29, 111, 255)), QGradientStop(1, QColor(208, 150, 147, 255)));
188
0
    case QGradient::HealthyWater:
189
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(150, 222, 218, 255)), QGradientStop(1, QColor(80, 201, 195, 255)));
190
0
    case QGradient::AmourAmour:
191
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(247, 112, 98, 255)), QGradientStop(1, QColor(254, 81, 150, 255)));
192
0
    case QGradient::RiskyConcrete:
193
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(196, 197, 199, 255)), QGradientStop(0.52, QColor(220, 221, 223, 255)), QGradientStop(1, QColor(235, 235, 235, 255)));
194
0
    case QGradient::StrongStick:
195
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(168, 202, 186, 255)), QGradientStop(1, QColor(93, 65, 87, 255)));
196
0
    case QGradient::ViciousStance:
197
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(41, 50, 60, 255)), QGradientStop(1, QColor(72, 85, 99, 255)));
198
0
    case QGradient::PaloAlto:
199
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(22, 160, 133, 255)), QGradientStop(1, QColor(244, 208, 63, 255)));
200
0
    case QGradient::HappyMemories:
201
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 88, 88, 255)), QGradientStop(1, QColor(240, 152, 25, 255)));
202
0
    case QGradient::MidnightBloom:
203
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(43, 88, 118, 255)), QGradientStop(1, QColor(78, 67, 118, 255)));
204
0
    case QGradient::Crystalline:
205
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(0, 205, 172, 255)), QGradientStop(1, QColor(141, 218, 213, 255)));
206
0
    case QGradient::PartyBliss:
207
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(68, 129, 235, 255)), QGradientStop(1, QColor(4, 190, 254, 255)));
208
0
    case QGradient::ConfidentCloud:
209
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(218, 212, 236, 255)), QGradientStop(0.01, QColor(218, 212, 236, 255)), QGradientStop(1, QColor(243, 231, 233, 255)));
210
0
    case QGradient::LeCocktail:
211
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(135, 77, 162, 255)), QGradientStop(1, QColor(196, 58, 48, 255)));
212
0
    case QGradient::RiverCity:
213
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(68, 129, 235, 255)), QGradientStop(1, QColor(4, 190, 254, 255)));
214
0
    case QGradient::FrozenBerry:
215
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(232, 25, 139, 255)), QGradientStop(1, QColor(199, 234, 253, 255)));
216
0
    case QGradient::ChildCare:
217
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(247, 148, 164, 255)), QGradientStop(1, QColor(253, 214, 189, 255)));
218
0
    case QGradient::FlyingLemon:
219
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(100, 179, 244, 255)), QGradientStop(1, QColor(194, 229, 156, 255)));
220
0
    case QGradient::NewRetrowave:
221
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(59, 65, 197, 255)), QGradientStop(0.49, QColor(169, 129, 187, 255)), QGradientStop(1, QColor(255, 200, 169, 255)));
222
0
    case QGradient::HiddenJaguar:
223
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(15, 216, 80, 255)), QGradientStop(1, QColor(249, 240, 71, 255)));
224
0
    case QGradient::AboveTheSky:
225
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(211, 211, 211, 255)), QGradientStop(0.01, QColor(211, 211, 211, 255)), QGradientStop(0.26, QColor(224, 224, 224, 255)), QGradientStop(0.48, QColor(239, 239, 239, 255)), QGradientStop(0.75, QColor(217, 217, 217, 255)), QGradientStop(1, QColor(188, 188, 188, 255)));
226
0
    case QGradient::Nega:
227
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(238, 156, 167, 255)), QGradientStop(1, QColor(255, 221, 225, 255)));
228
0
    case QGradient::DenseWater:
229
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(58, 181, 176, 255)), QGradientStop(0.31, QColor(61, 153, 190, 255)), QGradientStop(1, QColor(86, 49, 122, 255)));
230
0
    case QGradient::Seashore:
231
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(32, 156, 255, 255)), QGradientStop(1, QColor(104, 224, 207, 255)));
232
0
    case QGradient::MarbleWall:
233
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(189, 194, 232, 255)), QGradientStop(0.01, QColor(189, 194, 232, 255)), QGradientStop(1, QColor(230, 222, 233, 255)));
234
0
    case QGradient::CheerfulCaramel:
235
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(230, 185, 128, 255)), QGradientStop(1, QColor(234, 205, 163, 255)));
236
0
    case QGradient::NightSky:
237
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(30, 60, 114, 255)), QGradientStop(0.01, QColor(30, 60, 114, 255)), QGradientStop(1, QColor(42, 82, 152, 255)));
238
0
    case QGradient::MagicLake:
239
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(213, 222, 231, 255)), QGradientStop(0, QColor(255, 175, 189, 255)), QGradientStop(1, QColor(201, 255, 191, 255)));
240
0
    case QGradient::YoungGrass:
241
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(155, 225, 93, 255)), QGradientStop(1, QColor(0, 227, 174, 255)));
242
0
    case QGradient::ColorfulPeach:
243
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(237, 110, 160, 255)), QGradientStop(1, QColor(236, 140, 105, 255)));
244
0
    case QGradient::GentleCare:
245
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 195, 160, 255)), QGradientStop(1, QColor(255, 175, 189, 255)));
246
0
    case QGradient::PlumBath:
247
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(204, 32, 142, 255)), QGradientStop(1, QColor(103, 19, 210, 255)));
248
0
    case QGradient::HappyUnicorn:
249
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(179, 255, 171, 255)), QGradientStop(1, QColor(18, 255, 247, 255)));
250
0
    case QGradient::AfricanField:
251
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(101, 189, 96, 255)), QGradientStop(0.25, QColor(90, 193, 168, 255)), QGradientStop(0.5, QColor(62, 198, 237, 255)), QGradientStop(0.75, QColor(183, 221, 183, 255)), QGradientStop(1, QColor(254, 243, 129, 255)));
252
0
    case QGradient::SolidStone:
253
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(36, 57, 73, 255)), QGradientStop(1, QColor(81, 127, 164, 255)));
254
0
    case QGradient::OrangeJuice:
255
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(252, 96, 118, 255)), QGradientStop(1, QColor(255, 154, 68, 255)));
256
0
    case QGradient::GlassWater:
257
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(223, 233, 243, 255)), QGradientStop(1, QColor(255, 255, 255, 255)));
258
0
    case QGradient::NorthMiracle:
259
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(0, 219, 222, 255)), QGradientStop(1, QColor(252, 0, 255, 255)));
260
0
    case QGradient::FruitBlend:
261
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(249, 212, 35, 255)), QGradientStop(1, QColor(255, 78, 80, 255)));
262
0
    case QGradient::MillenniumPine:
263
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(80, 204, 127, 255)), QGradientStop(1, QColor(245, 209, 0, 255)));
264
0
    case QGradient::HighFlight:
265
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(10, 207, 254, 255)), QGradientStop(1, QColor(73, 90, 255, 255)));
266
0
    case QGradient::MoleHall:
267
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(97, 97, 97, 255)), QGradientStop(1, QColor(155, 197, 195, 255)));
268
0
    case QGradient::SpaceShift:
269
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(61, 51, 147, 255)), QGradientStop(0.37, QColor(43, 118, 185, 255)), QGradientStop(0.65, QColor(44, 172, 209, 255)), QGradientStop(1, QColor(53, 235, 147, 255)));
270
0
    case QGradient::ForestInei:
271
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(223, 137, 181, 255)), QGradientStop(1, QColor(191, 217, 254, 255)));
272
0
    case QGradient::RoyalGarden:
273
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(237, 110, 160, 255)), QGradientStop(1, QColor(236, 140, 105, 255)));
274
0
    case QGradient::RichMetal:
275
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(215, 210, 204, 255)), QGradientStop(1, QColor(48, 67, 82, 255)));
276
0
    case QGradient::JuicyCake:
277
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(225, 79, 173, 255)), QGradientStop(1, QColor(249, 212, 35, 255)));
278
0
    case QGradient::SmartIndigo:
279
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(178, 36, 239, 255)), QGradientStop(1, QColor(117, 121, 255, 255)));
280
0
    case QGradient::SandStrike:
281
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(193, 193, 97, 255)), QGradientStop(0, QColor(193, 193, 97, 255)), QGradientStop(1, QColor(212, 212, 177, 255)));
282
0
    case QGradient::NorseBeauty:
283
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(236, 119, 171, 255)), QGradientStop(1, QColor(120, 115, 245, 255)));
284
0
    case QGradient::AquaGuidance:
285
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(0, 122, 223, 255)), QGradientStop(1, QColor(0, 236, 188, 255)));
286
0
    case QGradient::SunVeggie:
287
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(32, 226, 215, 255)), QGradientStop(1, QColor(249, 254, 165, 255)));
288
0
    case QGradient::SeaLord:
289
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(44, 216, 213, 255)), QGradientStop(0.56, QColor(197, 193, 255, 255)), QGradientStop(1, QColor(255, 186, 195, 255)));
290
0
    case QGradient::BlackSea:
291
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(44, 216, 213, 255)), QGradientStop(0.48, QColor(107, 141, 214, 255)), QGradientStop(1, QColor(142, 55, 215, 255)));
292
0
    case QGradient::GrassShampoo:
293
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(223, 255, 205, 255)), QGradientStop(0.48, QColor(144, 249, 196, 255)), QGradientStop(1, QColor(57, 243, 187, 255)));
294
0
    case QGradient::LandingAircraft:
295
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(93, 159, 255, 255)), QGradientStop(0.48, QColor(184, 220, 255, 255)), QGradientStop(1, QColor(107, 187, 255, 255)));
296
0
    case QGradient::WitchDance:
297
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(168, 191, 255, 255)), QGradientStop(1, QColor(136, 77, 128, 255)));
298
0
    case QGradient::SleeplessNight:
299
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(82, 113, 196, 255)), QGradientStop(0.48, QColor(177, 159, 255, 255)), QGradientStop(1, QColor(236, 161, 254, 255)));
300
0
    case QGradient::AngelCare:
301
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 226, 159, 255)), QGradientStop(0.48, QColor(255, 169, 159, 255)), QGradientStop(1, QColor(255, 113, 154, 255)));
302
0
    case QGradient::CrystalRiver:
303
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(34, 225, 255, 255)), QGradientStop(0.48, QColor(29, 143, 225, 255)), QGradientStop(1, QColor(98, 94, 177, 255)));
304
0
    case QGradient::SoftLipstick:
305
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(182, 206, 232, 255)), QGradientStop(1, QColor(245, 120, 220, 255)));
306
0
    case QGradient::SaltMountain:
307
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 254, 255, 255)), QGradientStop(1, QColor(215, 255, 254, 255)));
308
0
    case QGradient::PerfectWhite:
309
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(227, 253, 245, 255)), QGradientStop(1, QColor(255, 230, 250, 255)));
310
0
    case QGradient::FreshOasis:
311
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(125, 226, 252, 255)), QGradientStop(1, QColor(185, 182, 229, 255)));
312
0
    case QGradient::StrictNovember:
313
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(203, 186, 204, 255)), QGradientStop(1, QColor(37, 128, 179, 255)));
314
0
    case QGradient::MorningSalad:
315
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(183, 248, 219, 255)), QGradientStop(1, QColor(80, 167, 194, 255)));
316
0
    case QGradient::DeepRelief:
317
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(112, 133, 182, 255)), QGradientStop(0.5, QColor(135, 167, 217, 255)), QGradientStop(1, QColor(222, 243, 248, 255)));
318
0
    case QGradient::SeaStrike:
319
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(119, 255, 210, 255)), QGradientStop(0.48, QColor(98, 151, 219, 255)), QGradientStop(1, QColor(30, 236, 255, 255)));
320
0
    case QGradient::NightCall:
321
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(172, 50, 228, 255)), QGradientStop(0.48, QColor(121, 24, 242, 255)), QGradientStop(1, QColor(72, 1, 255, 255)));
322
0
    case QGradient::SupremeSky:
323
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(212, 255, 236, 255)), QGradientStop(0.48, QColor(87, 242, 204, 255)), QGradientStop(1, QColor(69, 150, 251, 255)));
324
0
    case QGradient::LightBlue:
325
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(158, 251, 211, 255)), QGradientStop(0.48, QColor(87, 233, 242, 255)), QGradientStop(1, QColor(69, 212, 251, 255)));
326
0
    case QGradient::MindCrawl:
327
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(71, 59, 123, 255)), QGradientStop(0.51, QColor(53, 132, 167, 255)), QGradientStop(1, QColor(48, 210, 190, 255)));
328
0
    case QGradient::LilyMeadow:
329
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(101, 55, 155, 255)), QGradientStop(0.53, QColor(136, 106, 234, 255)), QGradientStop(1, QColor(100, 87, 198, 255)));
330
0
    case QGradient::SugarLollipop:
331
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(164, 69, 178, 255)), QGradientStop(0.52, QColor(212, 24, 114, 255)), QGradientStop(1, QColor(255, 0, 102, 255)));
332
0
    case QGradient::SweetDessert:
333
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(119, 66, 178, 255)), QGradientStop(0.52, QColor(241, 128, 255, 255)), QGradientStop(1, QColor(253, 139, 217, 255)));
334
0
    case QGradient::MagicRay:
335
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 60, 172, 255)), QGradientStop(0.52, QColor(86, 43, 124, 255)), QGradientStop(1, QColor(43, 134, 197, 255)));
336
0
    case QGradient::TeenParty:
337
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 5, 124, 255)), QGradientStop(0.5, QColor(141, 11, 147, 255)), QGradientStop(1, QColor(50, 21, 117, 255)));
338
0
    case QGradient::FrozenHeat:
339
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(255, 5, 124, 255)), QGradientStop(0.48, QColor(124, 100, 213, 255)), QGradientStop(1, QColor(76, 195, 255, 255)));
340
0
    case QGradient::GagarinView:
341
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(105, 234, 203, 255)), QGradientStop(0.48, QColor(234, 204, 248, 255)), QGradientStop(1, QColor(102, 84, 241, 255)));
342
0
    case QGradient::FabledSunset:
343
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(35, 21, 87, 255)), QGradientStop(0.29, QColor(68, 16, 122, 255)), QGradientStop(0.67, QColor(255, 19, 97, 255)), QGradientStop(1, QColor(255, 248, 0, 255)));
344
0
    case QGradient::PerfectBlue:
345
0
        return Q_ARRAY_LITERAL(QGradientStop, QGradientStop(0, QColor(61, 78, 129, 255)), QGradientStop(0.48, QColor(87, 83, 201, 255)), QGradientStop(1, QColor(110, 127, 243, 255)));
346
0
    case QGradient::NumPresets:
347
0
        Q_UNREACHABLE();
348
0
    }
349
0
    Q_UNREACHABLE_RETURN({});
350
0
}
351
352
static constexpr QGradient::QGradientData qt_preset_gradient_data[] = {
353
    { { 0, 1, 1, 0 } },
354
    { { 0.5, 1, 0.5, 0 } },
355
    { { 0.5, 1, 0.5, 0 } },
356
    { { 0, 0.5, 1, 0.5 } },
357
    { { 0, 0.5, 1, 0.5 } },
358
    { { 0.5, 1, 0.5, 0 } },
359
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
360
    { { 0.5, 1, 0.5, 0 } },
361
    { { 0.5, 1, 0.5, 0 } },
362
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
363
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
364
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
365
    { { 0.5, 1, 0.5, 0 } },
366
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
367
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
368
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
369
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
370
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
371
    { { 0, 0.5, 1, 0.5 } },
372
    { { 0, 0.5, 1, 0.5 } },
373
    { { 0, 0.5, 1, 0.5 } },
374
    { { 0.5, 1, 0.5, 0 } },
375
    { { 0.5, 1, 0.5, 0 } },
376
    { { 0.5, 1, 0.5, 0 } },
377
    { { 0.5, 1, 0.5, 0 } },
378
    { { 0, 0, 1, 1 } },
379
    { { 0, 0, 0, 0 } },
380
    { { 0, 0, 1, 1 } },
381
    { { 0, 0, 1, 1 } },
382
    { { -0.0915064, 0.158494, 1.09151, 0.841506 } },
383
    { { 0.5, 1, 0.5, 0 } },
384
    { { 0.5, 1, 0.5, 0 } },
385
    { { 0.5, 1, 0.5, 0 } },
386
    { { 0.5, 1, 0.5, 0 } },
387
    { { 0.5, 0, 0.5, 1 } },
388
    { { 0.5, 1, 0.5, 0 } },
389
    { { 0, 0.5, 1, 0.5 } },
390
    { { 0, 0.5, 1, 0.5 } },
391
    { { 0, 0, 0, 0 } },
392
    { { 0, 0, 0, 0 } },
393
    { { 0.5, 1, 0.5, 0 } },
394
    { { 0.5, 1, 0.5, 0 } },
395
    { { 0.5, 1, 0.5, 0 } },
396
    { { 0, 0.5, 1, 0.5 } },
397
    { { 0, 0, 0, 0 } },
398
    { { 0.5, 1, 0.5, 0 } },
399
    { { 0.5, 1, 0.5, 0 } },
400
    { { 0, 0.5, 1, 0.5 } },
401
    { { 0.5, 1, 0.5, 0 } },
402
    { { 0.5, 1, 0.5, 0 } },
403
    { { 0.5, 1, 0.5, 0 } },
404
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
405
    { { 0.5, 1, 0.5, 0 } },
406
    { { 0.5, 1, 0.5, 0 } },
407
    { { 0.5, 1, 0.5, 0 } },
408
    { { 0, 0.5, 1, 0.5 } },
409
    { { 0.5, 1, 0.5, 0 } },
410
    { { 0.5, 1, 0.5, 0 } },
411
    { { 0.5, 1, 0.5, 0 } },
412
    { { 0.5, 1, 0.5, 0 } },
413
    { { 0.5, 1, 0.5, 0 } },
414
    { { 0.5, 1, 0.5, 0 } },
415
    { { 0.5, 1, 0.5, 0 } },
416
    { { 0.5, 1, 0.5, 0 } },
417
    { { 0.5, 1, 0.5, 0 } },
418
    { { 0.5, 1, 0.5, 0 } },
419
    { { 0.5, 1, 0.5, 0 } },
420
    { { 0.5, 1, 0.5, 0 } },
421
    { { 0.5, 1, 0.5, 0 } },
422
    { { 0.341506, 1.09151, 0.658494, -0.0915064 } },
423
    { { 0, 0, 0, 0 } },
424
    { { 0.5, 1, 0.5, 0 } },
425
    { { 0.5, 1, 0.5, 0 } },
426
    { { 0, 0, 0, 0 } },
427
    { { 0, 1, 1, 0 } },
428
    { { 0, 0.5, 1, 0.5 } },
429
    { { 0.5, 1, 0.5, 0 } },
430
    { { 0, 1, 1, 0 } },
431
    { { 0, 0.5, 1, 0.5 } },
432
    { { 0, 0.5, 1, 0.5 } },
433
    { { 0, 0.5, 1, 0.5 } },
434
    { { 0.5, 1, 0.5, 0 } },
435
    { { 0, 1, 1, 0 } },
436
    { { 0, 0.5, 1, 0.5 } },
437
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
438
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
439
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
440
    { { -0.0915064, 0.841506, 1.09151, 0.158494 } },
441
    { { 0.5, 1, 0.5, 0 } },
442
    { { 0.5, 1, 0.5, 0 } },
443
    { { 0.5, 1, 0.5, 0 } },
444
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
445
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
446
    { { 0.5, 1, 0.5, 0 } },
447
    { { 0.5, 1, 0.5, 0 } },
448
    { { -0.0915064, 0.841506, 1.09151, 0.158494 } },
449
    { { 0.5, 1, 0.5, 0 } },
450
    { { 0.5, 1, 0.5, 0 } },
451
    { { 0, 0.5, 1, 0.5 } },
452
    { { -0.0915064, 0.841506, 1.09151, 0.158494 } },
453
    { { 1.09151, 0.841506, -0.0915064, 0.158494 } },
454
    { { 1.09151, 0.841506, -0.0915064, 0.158494 } },
455
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
456
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
457
    { { 0, 0, 0, 0 } },
458
    { { 0.5, 1, 0.5, 0 } },
459
    { { 0.5, 1, 0.5, 0 } },
460
    { { 0, 1, 1, 0 } },
461
    { { 0.5, 1, 0.5, 0 } },
462
    { { 0.5, 1, 0.5, 0 } },
463
    { { 0, 0, 0, 0 } },
464
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
465
    { { -0.0915064, 0.841506, 1.09151, 0.158494 } },
466
    { { 0.5, 1, 0.5, 0 } },
467
    { { 0.5, 1, 0.5, 0 } },
468
    { { 0.5, 1, 0.5, 0 } },
469
    { { 0, 1, 1, 0 } },
470
    { { 0, 0.5, 1, 0.5 } },
471
    { { 0, 0, 0, 0 } },
472
    { { 0.5, 1, 0.5, 0 } },
473
    { { 0.5, 1, 0.5, 0 } },
474
    { { 0.5, 1, 0.5, 0 } },
475
    { { 0.5, 1, 0.5, 0 } },
476
    { { 0.5, 1, 0.5, 0 } },
477
    { { 0.5, 1, 0.5, 0 } },
478
    { { 0, 0.5, 1, 0.5 } },
479
    { { 0, 0.5, 1, 0.5 } },
480
    { { 0.5, 1, 0.5, 0 } },
481
    { { 0.5, 1, 0.5, 0 } },
482
    { { 0, 0, 0, 0 } },
483
    { { 0.5, 1, 0.5, 0 } },
484
    { { 0, 0.5, 1, 0.5 } },
485
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
486
    { { 0.5, 1, 0.5, 0 } },
487
    { { 0, 0, 0, 0 } },
488
    { { 0, 0.5, 1, 0.5 } },
489
    { { 0, 0.5, 1, 0.5 } },
490
    { { 0.5, 1, 0.5, 0 } },
491
    { { 0, 0.5, 1, 0.5 } },
492
    { { 0.719186, 1.10221, 0.280814, -0.102208 } },
493
    { { 0, 0, 0, 0 } },
494
    { { -0.0915064, 0.841506, 1.09151, 0.158494 } },
495
    { { 0.5, 1, 0.5, 0 } },
496
    { { 0, 0.5, 1, 0.5 } },
497
    { { 0, 0.5, 1, 0.5 } },
498
    { { 0.5, 1, 0.5, 0 } },
499
    { { 0.5, 1, 0.5, 0 } },
500
    { { 0, 0.5, 1, 0.5 } },
501
    { { 0, 0.5, 1, 0.5 } },
502
    { { 0.5, 1, 0.5, 0 } },
503
    { { 0, 0, 1, 1 } },
504
    { { 0, 0, 1, 1 } },
505
    { { 0, 0, 1, 1 } },
506
    { { 0, 0, 1, 1 } },
507
    { { 0, 0, 1, 1 } },
508
    { { 0, 0, 1, 1 } },
509
    { { 0, 0, 1, 1 } },
510
    { { 0, 0, 1, 1 } },
511
    { { 0, 0, 1, 1 } },
512
    { { 0, 0, 1, 1 } },
513
    { { 0, 0, 1, 1 } },
514
    { { 0, 0, 1, 1 } },
515
    { { 0, 0, 1, 1 } },
516
    { { 0, 0, 1, 1 } },
517
    { { 0, 0, 1, 1 } },
518
    { { 0, 0, 1, 1 } },
519
    { { 0, 0, 1, 1 } },
520
    { { 0, 0, 1, 1 } },
521
    { { 0, 0, 1, 1 } },
522
    { { 0, 0, 1, 1 } },
523
    { { 0, 0, 1, 1 } },
524
    { { 0, 0, 1, 1 } },
525
    { { 0, 0, 1, 1 } },
526
    { { 0, 0, 1, 1 } },
527
    { { 0, 0, 1, 1 } },
528
    { { 0, 0, 1, 1 } },
529
    { { 0, 0, 1, 1 } },
530
    { { 0, 0, 1, 1 } },
531
    { { 0, 0, 1, 1 } },
532
    { { 0, 0, 1, 1 } },
533
};