@@ -9,7 +9,7 @@ public static class EbnerFairchild
99 public static readonly Unicolour White = new ( Config , ColourSpace . Xyz , WhiteXyz . Tuple ) ;
1010
1111 public static readonly Unicolour Hue0Ref = new ( Config , ColourSpace . Xyz , 0.4092 , 0.2812 , 0.3060 ) ;
12- public static readonly List < Unicolour > AllHue0 = new ( )
12+ public static readonly IEnumerable < Unicolour > AllHue0 = new [ ]
1313 {
1414 Hue0Ref ,
1515 new ( Config , ColourSpace . Xyz , 0.024951 , 0.019086 , 0.020329 ) ,
@@ -35,7 +35,7 @@ public static class EbnerFairchild
3535 } ;
3636
3737 public static readonly Unicolour Hue24Ref = new ( Config , ColourSpace . Xyz , 0.3953 , 0.2812 , 0.1845 ) ;
38- public static readonly List < Unicolour > AllHue24 = new ( )
38+ public static readonly IEnumerable < Unicolour > AllHue24 = new [ ]
3939 {
4040 Hue24Ref ,
4141 new ( Config , ColourSpace . Xyz , 0.024364 , 0.019086 , 0.014688 ) ,
@@ -61,7 +61,7 @@ public static class EbnerFairchild
6161 } ;
6262
6363 public static readonly Unicolour Hue48Ref = new ( Config , ColourSpace . Xyz , 0.3577 , 0.2812 , 0.1125 ) ;
64- public static readonly List < Unicolour > AllHue48 = new ( )
64+ public static readonly IEnumerable < Unicolour > AllHue48 = new [ ]
6565 {
6666 Hue48Ref ,
6767 new ( Config , ColourSpace . Xyz , 0.036781 , 0.029891 , 0.014811 ) ,
@@ -87,7 +87,7 @@ public static class EbnerFairchild
8787 } ;
8888
8989 public static readonly Unicolour Hue72Ref = new ( Config , ColourSpace . Xyz , 0.5151 , 0.4828 , 0.1778 ) ;
90- public static readonly List < Unicolour > AllHue72 = new ( )
90+ public static readonly IEnumerable < Unicolour > AllHue72 = new [ ]
9191 {
9292 Hue72Ref ,
9393 new ( Config , ColourSpace . Xyz , 0.033197 , 0.029891 , 0.011480 ) ,
@@ -113,7 +113,7 @@ public static class EbnerFairchild
113113 } ;
114114
115115 public static readonly Unicolour Hue96Ref = new ( Config , ColourSpace . Xyz , 0.5184 , 0.5668 , 0.2112 ) ;
116- public static readonly List < Unicolour > AllHue96 = new ( )
116+ public static readonly IEnumerable < Unicolour > AllHue96 = new [ ]
117117 {
118118 Hue96Ref ,
119119 new ( Config , ColourSpace . Xyz , 0.028909 , 0.029891 , 0.010142 ) ,
@@ -139,7 +139,7 @@ public static class EbnerFairchild
139139 } ;
140140
141141 public static readonly Unicolour Hue120Ref = new ( Config , ColourSpace . Xyz , 0.3765 , 0.4828 , 0.1994 ) ;
142- public static readonly List < Unicolour > AllHue120 = new ( )
142+ public static readonly IEnumerable < Unicolour > AllHue120 = new [ ]
143143 {
144144 Hue120Ref ,
145145 new ( Config , ColourSpace . Xyz , 0.023295 , 0.029891 , 0.012151 ) ,
@@ -165,7 +165,7 @@ public static class EbnerFairchild
165165 } ;
166166
167167 public static readonly Unicolour Hue144Ref = new ( Config , ColourSpace . Xyz , 0.2873 , 0.4828 , 0.2109 ) ;
168- public static readonly List < Unicolour > AllHue144 = new ( )
168+ public static readonly IEnumerable < Unicolour > AllHue144 = new [ ]
169169 {
170170 Hue144Ref ,
171171 new ( Config , ColourSpace . Xyz , 0.020570 , 0.029891 , 0.016832 ) ,
@@ -191,7 +191,7 @@ public static class EbnerFairchild
191191 } ;
192192
193193 public static readonly Unicolour Hue168Ref = new ( Config , ColourSpace . Xyz , 0.3076 , 0.4828 , 0.4277 ) ;
194- public static readonly List < Unicolour > AllHue168 = new ( )
194+ public static readonly IEnumerable < Unicolour > AllHue168 = new [ ]
195195 {
196196 Hue168Ref ,
197197 new ( Config , ColourSpace . Xyz , 0.021080 , 0.029891 , 0.027904 ) ,
@@ -217,7 +217,7 @@ public static class EbnerFairchild
217217 } ;
218218
219219 public static readonly Unicolour Hue192Ref = new ( Config , ColourSpace . Xyz , 0.3488 , 0.4828 , 0.6019 ) ;
220- public static readonly List < Unicolour > AllHue192 = new ( )
220+ public static readonly IEnumerable < Unicolour > AllHue192 = new [ ]
221221 {
222222 Hue192Ref ,
223223 new ( Config , ColourSpace . Xyz , 0.023453 , 0.029891 , 0.037174 ) ,
@@ -243,7 +243,7 @@ public static class EbnerFairchild
243243 } ;
244244
245245 public static readonly Unicolour Hue216Ref = new ( Config , ColourSpace . Xyz , 0.3787 , 0.4828 , 0.7231 ) ;
246- public static readonly List < Unicolour > AllHue216 = new ( )
246+ public static readonly IEnumerable < Unicolour > AllHue216 = new [ ]
247247 {
248248 Hue216Ref ,
249249 new ( Config , ColourSpace . Xyz , 0.024666 , 0.029891 , 0.044851 ) ,
@@ -269,7 +269,7 @@ public static class EbnerFairchild
269269 } ;
270270
271271 public static readonly Unicolour Hue240Ref = new ( Config , ColourSpace . Xyz , 0.3421 , 0.4075 , 0.7197 ) ;
272- public static readonly List < Unicolour > AllHue240 = new ( )
272+ public static readonly IEnumerable < Unicolour > AllHue240 = new [ ]
273273 {
274274 Hue240Ref ,
275275 new ( Config , ColourSpace . Xyz , 0.026197 , 0.029891 , 0.049052 ) ,
@@ -294,7 +294,7 @@ public static class EbnerFairchild
294294 } ;
295295
296296 public static readonly Unicolour Hue264Ref = new ( Config , ColourSpace . Xyz , 0.3149 , 0.3405 , 0.6623 ) ;
297- public static readonly List < Unicolour > AllHue264 = new ( )
297+ public static readonly IEnumerable < Unicolour > AllHue264 = new [ ]
298298 {
299299 Hue264Ref ,
300300 new ( Config , ColourSpace . Xyz , 0.027982 , 0.029891 , 0.086685 ) ,
@@ -320,7 +320,7 @@ public static class EbnerFairchild
320320 } ;
321321
322322 public static readonly Unicolour Hue288Ref = new ( Config , ColourSpace . Xyz , 0.2051 , 0.1842 , 0.5713 ) ;
323- public static readonly List < Unicolour > AllHue288 = new ( )
323+ public static readonly IEnumerable < Unicolour > AllHue288 = new [ ]
324324 {
325325 Hue288Ref ,
326326 new ( Config , ColourSpace . Xyz , 0.030398 , 0.029891 , 0.061233 ) ,
@@ -349,7 +349,7 @@ public static class EbnerFairchild
349349 } ;
350350
351351 public static readonly Unicolour Hue312Ref = new ( Config , ColourSpace . Xyz , 0.2765 , 0.1842 , 0.6201 ) ;
352- public static readonly List < Unicolour > AllHue312 = new ( )
352+ public static readonly IEnumerable < Unicolour > AllHue312 = new [ ]
353353 {
354354 Hue312Ref ,
355355 new ( Config , ColourSpace . Xyz , 0.037048 , 0.029891 , 0.059648 ) ,
@@ -379,7 +379,7 @@ public static class EbnerFairchild
379379 } ;
380380
381381 public static readonly Unicolour Hue336Ref = new ( Config , ColourSpace . Xyz , 0.4562 , 0.2812 , 0.5520 ) ;
382- public static readonly List < Unicolour > AllHue336 = new ( )
382+ public static readonly IEnumerable < Unicolour > AllHue336 = new [ ]
383383 {
384384 Hue336Ref ,
385385 new ( Config , ColourSpace . Xyz , 0.059792 , 0.029891 , 0.067983 ) ,
0 commit comments