Cumulia Illustrator Rendering Engine v1.0.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
namedcolor.h
1//##################################################################################################
2//
3// Copyright (c) 2024 Beijing Qiongqi Tech Co.,Ltd. All rights reserved.
4
5// This source code is confidential and proprietary to Beijing Qiongqi Tech Co.,Ltd(The Holder).
6// Any unauthorized use, copying, modification, or distribution of the code is strictly prohibited.
7// Any user shall obtain authorizaition from the Holder before modifying the source code. And the user shall not
8// sublicense, sell, distribute, or transfer the source code, whether in original or modified form, to any third party
9// without the prior written consent of the Holder.
10
11// This copyright notice and permission grant shall be included in all copies or substantial portions of the source code.
12
13// Author Cumulia Illustrator
14// Date 2024-05-01
15// Version V1.0.0
16//##################################################################################################
17
18#pragma once
19
20#include <cilcore.h>
21
22#include <memory>
23
24namespace cil
25{
26 std::shared_ptr<Color3f> _aliceblue();
27 std::shared_ptr<Color3f> _antiquewhite();
28 std::shared_ptr<Color3f> _aqua();
29 std::shared_ptr<Color3f> _aquamarine();
30 std::shared_ptr<Color3f> _azure();
31 std::shared_ptr<Color3f> _beige();
32 std::shared_ptr<Color3f> _bisque();
33 std::shared_ptr<Color3f> _black();
34 std::shared_ptr<Color3f> _blanchedalmond();
35 std::shared_ptr<Color3f> _blue();
36 std::shared_ptr<Color3f> _blueviolet();
37 std::shared_ptr<Color3f> _brown();
38 std::shared_ptr<Color3f> _burlywood();
39 std::shared_ptr<Color3f> _cadetblue();
40 std::shared_ptr<Color3f> _chartreuse();
41 std::shared_ptr<Color3f> _chocolate();
42 std::shared_ptr<Color3f> _coral();
43 std::shared_ptr<Color3f> _cornflowerblue();
44 std::shared_ptr<Color3f> _cornsilk();
45 std::shared_ptr<Color3f> _crimson();
46 std::shared_ptr<Color3f> _cyan();
47 std::shared_ptr<Color3f> _darkblue();
48 std::shared_ptr<Color3f> _darkcyan();
49 std::shared_ptr<Color3f> _darkgoldenrod();
50 std::shared_ptr<Color3f> _darkgray();
51 std::shared_ptr<Color3f> _darkgreen();
52 std::shared_ptr<Color3f> _darkgrey();
53 std::shared_ptr<Color3f> _darkkhaki();
54 std::shared_ptr<Color3f> _darkmagenta();
55 std::shared_ptr<Color3f> _darkolivegreen();
56 std::shared_ptr<Color3f> _darkorange();
57 std::shared_ptr<Color3f> _darkorchid();
58 std::shared_ptr<Color3f> _darkred();
59 std::shared_ptr<Color3f> _darksalmon();
60 std::shared_ptr<Color3f> _darkseagreen();
61 std::shared_ptr<Color3f> _darkslateblue();
62 std::shared_ptr<Color3f> _darkslategray();
63 std::shared_ptr<Color3f> _darkslategrey();
64 std::shared_ptr<Color3f> _darkturquoise();
65 std::shared_ptr<Color3f> _darkviolet();
66 std::shared_ptr<Color3f> _deeppink();
67 std::shared_ptr<Color3f> _deepskyblue();
68 std::shared_ptr<Color3f> _dimgray();
69 std::shared_ptr<Color3f> _dimgrey();
70 std::shared_ptr<Color3f> _dodgerblue();
71 std::shared_ptr<Color3f> _firebrick();
72 std::shared_ptr<Color3f> _floralwhite();
73 std::shared_ptr<Color3f> _forestgreen();
74 std::shared_ptr<Color3f> _fuchsia();
75 std::shared_ptr<Color3f> _gainsboro();
76 std::shared_ptr<Color3f> _ghostwhite();
77 std::shared_ptr<Color3f> _gold();
78 std::shared_ptr<Color3f> _goldenrod();
79 std::shared_ptr<Color3f> _gray();
80 std::shared_ptr<Color3f> _green();
81 std::shared_ptr<Color3f> _greenyellow();
82 std::shared_ptr<Color3f> _grey();
83 std::shared_ptr<Color3f> _honeydew();
84 std::shared_ptr<Color3f> _hotpink();
85 std::shared_ptr<Color3f> _indianred();
86 std::shared_ptr<Color3f> _indigo();
87 std::shared_ptr<Color3f> _ivory();
88 std::shared_ptr<Color3f> _khaki();
89 std::shared_ptr<Color3f> _lavender();
90 std::shared_ptr<Color3f> _lavenderblush();
91 std::shared_ptr<Color3f> _lawngreen();
92 std::shared_ptr<Color3f> _lemonchiffon();
93 std::shared_ptr<Color3f> _lightblue();
94 std::shared_ptr<Color3f> _lightcoral();
95 std::shared_ptr<Color3f> _lightcyan();
96 std::shared_ptr<Color3f> _lightgoldenrodyellow();
97 std::shared_ptr<Color3f> _lightgray();
98 std::shared_ptr<Color3f> _lightgreen();
99 std::shared_ptr<Color3f> _lightgrey();
100 std::shared_ptr<Color3f> _lightpink();
101 std::shared_ptr<Color3f> _lightsalmon();
102 std::shared_ptr<Color3f> _lightseagreen();
103 std::shared_ptr<Color3f> _lightskyblue();
104 std::shared_ptr<Color3f> _lightslategray();
105 std::shared_ptr<Color3f> _lightslategrey();
106 std::shared_ptr<Color3f> _lightsteelblue();
107 std::shared_ptr<Color3f> _lightyellow();
108 std::shared_ptr<Color3f> _lime();
109 std::shared_ptr<Color3f> _limegreen();
110 std::shared_ptr<Color3f> _linen();
111 std::shared_ptr<Color3f> _magenta();
112 std::shared_ptr<Color3f> _maroon();
113 std::shared_ptr<Color3f> _mediumaquamarine();
114 std::shared_ptr<Color3f> _mediumblue();
115 std::shared_ptr<Color3f> _mediumorchid();
116 std::shared_ptr<Color3f> _mediumpurple();
117 std::shared_ptr<Color3f> _mediumseagreen();
118 std::shared_ptr<Color3f> _mediumslateblue();
119 std::shared_ptr<Color3f> _mediumspringgreen();
120 std::shared_ptr<Color3f> _mediumturquoise();
121 std::shared_ptr<Color3f> _mediumvioletred();
122 std::shared_ptr<Color3f> _midnightblue();
123 std::shared_ptr<Color3f> _mintcream();
124 std::shared_ptr<Color3f> _mistyrose();
125 std::shared_ptr<Color3f> _moccasin();
126 std::shared_ptr<Color3f> _navajowhite();
127 std::shared_ptr<Color3f> _navy();
128 std::shared_ptr<Color3f> _oldlace();
129 std::shared_ptr<Color3f> _olive();
130 std::shared_ptr<Color3f> _olivedrab();
131 std::shared_ptr<Color3f> _orange();
132 std::shared_ptr<Color3f> _orangered();
133 std::shared_ptr<Color3f> _orchid();
134 std::shared_ptr<Color3f> _palegoldenrod();
135 std::shared_ptr<Color3f> _palegreen();
136 std::shared_ptr<Color3f> _paleturquoise();
137 std::shared_ptr<Color3f> _palevioletred();
138 std::shared_ptr<Color3f> _papayawhip();
139 std::shared_ptr<Color3f> _peachpuff();
140 std::shared_ptr<Color3f> _peru();
141 std::shared_ptr<Color3f> _pink();
142 std::shared_ptr<Color3f> _plum();
143 std::shared_ptr<Color3f> _powderblue();
144 std::shared_ptr<Color3f> _purple();
145 std::shared_ptr<Color3f> _red();
146 std::shared_ptr<Color3f> _rosybrown();
147 std::shared_ptr<Color3f> _royalblue();
148 std::shared_ptr<Color3f> _saddlebrown();
149 std::shared_ptr<Color3f> _salmon();
150 std::shared_ptr<Color3f> _sandybrown();
151 std::shared_ptr<Color3f> _seagreen();
152 std::shared_ptr<Color3f> _seashell();
153 std::shared_ptr<Color3f> _sienna();
154 std::shared_ptr<Color3f> _silver();
155 std::shared_ptr<Color3f> _skyblue();
156 std::shared_ptr<Color3f> _slateblue();
157 std::shared_ptr<Color3f> _slategray();
158 std::shared_ptr<Color3f> _slategrey();
159 std::shared_ptr<Color3f> _snow();
160 std::shared_ptr<Color3f> _springgreen();
161 std::shared_ptr<Color3f> _steelblue();
162 std::shared_ptr<Color3f> _tan();
163 std::shared_ptr<Color3f> _teal();
164 std::shared_ptr<Color3f> _thistle();
165 std::shared_ptr<Color3f> _tomato();
166 std::shared_ptr<Color3f> _turquoise();
167 std::shared_ptr<Color3f> _violet();
168 std::shared_ptr<Color3f> _wheat();
169 std::shared_ptr<Color3f> _white();
170 std::shared_ptr<Color3f> _whitesmoke();
171 std::shared_ptr<Color3f> _yellow();
172 std::shared_ptr<Color3f> _yellowgreen();
173}
Definition decal.h:23
std::shared_ptr< Color3f > _lightseagreen()
std::shared_ptr< Color3f > _slategrey()
std::shared_ptr< Color3f > _peachpuff()
std::shared_ptr< Color3f > _lightcoral()
std::shared_ptr< Color3f > _lemonchiffon()
std::shared_ptr< Color3f > _salmon()
std::shared_ptr< Color3f > _mediumspringgreen()
std::shared_ptr< Color3f > _gray()
std::shared_ptr< Color3f > _dimgray()
std::shared_ptr< Color3f > _linen()
std::shared_ptr< Color3f > _darkcyan()
std::shared_ptr< Color3f > _darksalmon()
std::shared_ptr< Color3f > _whitesmoke()
std::shared_ptr< Color3f > _turquoise()
std::shared_ptr< Color3f > _pink()
std::shared_ptr< Color3f > _darkseagreen()
std::shared_ptr< Color3f > _mediumblue()
std::shared_ptr< Color3f > _maroon()
std::shared_ptr< Color3f > _paleturquoise()
std::shared_ptr< Color3f > _mediumpurple()
std::shared_ptr< Color3f > _darkgreen()
std::shared_ptr< Color3f > _aquamarine()
std::shared_ptr< Color3f > _lime()
std::shared_ptr< Color3f > _peru()
std::shared_ptr< Color3f > _seagreen()
std::shared_ptr< Color3f > _magenta()
std::shared_ptr< Color3f > _tan()
std::shared_ptr< Color3f > _lightskyblue()
std::shared_ptr< Color3f > _lightslategray()
std::shared_ptr< Color3f > _deeppink()
std::shared_ptr< Color3f > _lightgoldenrodyellow()
std::shared_ptr< Color3f > _darkslategrey()
std::shared_ptr< Color3f > _mediumturquoise()
std::shared_ptr< Color3f > _firebrick()
std::shared_ptr< Color3f > _indigo()
std::shared_ptr< Color3f > _sandybrown()
std::shared_ptr< Color3f > _aliceblue()
std::shared_ptr< Color3f > _navy()
std::shared_ptr< Color3f > _darkred()
std::shared_ptr< Color3f > _lightgrey()
std::shared_ptr< Color3f > _mediumorchid()
std::shared_ptr< Color3f > _papayawhip()
std::shared_ptr< Color3f > _slateblue()
std::shared_ptr< Color3f > _cyan()
std::shared_ptr< Color3f > _orangered()
std::shared_ptr< Color3f > _slategray()
std::shared_ptr< Color3f > _thistle()
std::shared_ptr< Color3f > _limegreen()
std::shared_ptr< Color3f > _white()
std::shared_ptr< Color3f > _wheat()
std::shared_ptr< Color3f > _yellow()
std::shared_ptr< Color3f > _black()
std::shared_ptr< Color3f > _saddlebrown()
std::shared_ptr< Color3f > _honeydew()
std::shared_ptr< Color3f > _cadetblue()
std::shared_ptr< Color3f > _plum()
std::shared_ptr< Color3f > _darkorange()
std::shared_ptr< Color3f > _aqua()
std::shared_ptr< Color3f > _ivory()
std::shared_ptr< Color3f > _antiquewhite()
std::shared_ptr< Color3f > _mediumaquamarine()
std::shared_ptr< Color3f > _mediumslateblue()
std::shared_ptr< Color3f > _dodgerblue()
std::shared_ptr< Color3f > _blue()
std::shared_ptr< Color3f > _lawngreen()
std::shared_ptr< Color3f > _indianred()
std::shared_ptr< Color3f > _bisque()
std::shared_ptr< Color3f > _coral()
std::shared_ptr< Color3f > _mediumvioletred()
std::shared_ptr< Color3f > _lightsalmon()
std::shared_ptr< Color3f > _midnightblue()
std::shared_ptr< Color3f > _floralwhite()
std::shared_ptr< Color3f > _violet()
std::shared_ptr< Color3f > _palegoldenrod()
std::shared_ptr< Color3f > _darkgoldenrod()
std::shared_ptr< Color3f > _chocolate()
std::shared_ptr< Color3f > _azure()
std::shared_ptr< Color3f > _orchid()
std::shared_ptr< Color3f > _lightsteelblue()
std::shared_ptr< Color3f > _darkkhaki()
std::shared_ptr< Color3f > _khaki()
std::shared_ptr< Color3f > _lavenderblush()
std::shared_ptr< Color3f > _lightpink()
std::shared_ptr< Color3f > _grey()
std::shared_ptr< Color3f > _darkgrey()
std::shared_ptr< Color3f > _palevioletred()
std::shared_ptr< Color3f > _cornflowerblue()
std::shared_ptr< Color3f > _gold()
std::shared_ptr< Color3f > _darkmagenta()
std::shared_ptr< Color3f > _springgreen()
std::shared_ptr< Color3f > _forestgreen()
std::shared_ptr< Color3f > _olivedrab()
std::shared_ptr< Color3f > _sienna()
std::shared_ptr< Color3f > _darkgray()
std::shared_ptr< Color3f > _cornsilk()
std::shared_ptr< Color3f > _greenyellow()
std::shared_ptr< Color3f > _steelblue()
std::shared_ptr< Color3f > _snow()
std::shared_ptr< Color3f > _skyblue()
std::shared_ptr< Color3f > _lightyellow()
std::shared_ptr< Color3f > _beige()
std::shared_ptr< Color3f > _lightcyan()
std::shared_ptr< Color3f > _darkblue()
std::shared_ptr< Color3f > _goldenrod()
std::shared_ptr< Color3f > _mediumseagreen()
std::shared_ptr< Color3f > _ghostwhite()
std::shared_ptr< Color3f > _olive()
std::shared_ptr< Color3f > _fuchsia()
std::shared_ptr< Color3f > _oldlace()
std::shared_ptr< Color3f > _mintcream()
std::shared_ptr< Color3f > _darkslategray()
std::shared_ptr< Color3f > _lightslategrey()
std::shared_ptr< Color3f > _blueviolet()
std::shared_ptr< Color3f > _crimson()
std::shared_ptr< Color3f > _lightgreen()
std::shared_ptr< Color3f > _seashell()
std::shared_ptr< Color3f > _dimgrey()
std::shared_ptr< Color3f > _lavender()
std::shared_ptr< Color3f > _navajowhite()
std::shared_ptr< Color3f > _royalblue()
std::shared_ptr< Color3f > _orange()
std::shared_ptr< Color3f > _burlywood()
std::shared_ptr< Color3f > _blanchedalmond()
std::shared_ptr< Color3f > _tomato()
std::shared_ptr< Color3f > _palegreen()
std::shared_ptr< Color3f > _darkolivegreen()
std::shared_ptr< Color3f > _chartreuse()
std::shared_ptr< Color3f > _darkviolet()
std::shared_ptr< Color3f > _yellowgreen()
std::shared_ptr< Color3f > _green()
std::shared_ptr< Color3f > _darkturquoise()
std::shared_ptr< Color3f > _moccasin()
std::shared_ptr< Color3f > _lightgray()
std::shared_ptr< Color3f > _mistyrose()
std::shared_ptr< Color3f > _deepskyblue()
std::shared_ptr< Color3f > _darkorchid()
std::shared_ptr< Color3f > _brown()
std::shared_ptr< Color3f > _silver()
std::shared_ptr< Color3f > _teal()
std::shared_ptr< Color3f > _rosybrown()
std::shared_ptr< Color3f > _lightblue()
std::shared_ptr< Color3f > _darkslateblue()
std::shared_ptr< Color3f > _powderblue()
std::shared_ptr< Color3f > _purple()
std::shared_ptr< Color3f > _hotpink()
std::shared_ptr< Color3f > _gainsboro()
std::shared_ptr< Color3f > _red()