1object Form1: TForm1
2  Left = 336
3  Height = 609
4  Top = 116
5  Width = 941
6  Caption = 'Colors'
7  ClientHeight = 609
8  ClientWidth = 941
9  OnCreate = FormCreate
10  Position = poDesktopCenter
11  LCLVersion = '2.0.0.4'
12  object lR_tb: TTrackBar
13    Tag = 1
14    Left = 339
15    Height = 37
16    Top = 75
17    Width = 200
18    Max = 255
19    Position = 0
20    TabOrder = 0
21  end
22  object Label1: TLabel
23    Left = 323
24    Height = 17
25    Hint = 'Red intensity'
26    Top = 77
27    Width = 7
28    Caption = 'R'
29    ParentColor = False
30    ParentShowHint = False
31    ShowHint = True
32  end
33  object lG_tb: TTrackBar
34    Tag = 2
35    Left = 339
36    Height = 37
37    Top = 110
38    Width = 200
39    Max = 255
40    Position = 0
41    TabOrder = 2
42  end
43  object Label2: TLabel
44    Left = 323
45    Height = 17
46    Hint = 'Green intensity'
47    Top = 113
48    Width = 9
49    Caption = 'G'
50    ParentColor = False
51    ParentShowHint = False
52    ShowHint = True
53  end
54  object lB_tb: TTrackBar
55    Tag = 3
56    Left = 339
57    Height = 37
58    Top = 145
59    Width = 200
60    Max = 255
61    Position = 0
62    TabOrder = 4
63  end
64  object Label3: TLabel
65    Left = 323
66    Height = 17
67    Hint = 'Blue intensity'
68    Top = 148
69    Width = 8
70    Caption = 'B'
71    ParentColor = False
72    ParentShowHint = False
73    ShowHint = True
74  end
75  object H_tb: TTrackBar
76    Tag = 4
77    Left = 24
78    Height = 37
79    Top = 207
80    Width = 200
81    Max = 255
82    Position = 0
83    TabOrder = 12
84  end
85  object Label4: TLabel
86    Left = 8
87    Height = 17
88    Hint = 'Hue angle'
89    Top = 210
90    Width = 9
91    Caption = 'H'
92    ParentColor = False
93    ParentShowHint = False
94    ShowHint = True
95  end
96  object S_tb: TTrackBar
97    Tag = 5
98    Left = 24
99    Height = 37
100    Top = 242
101    Width = 200
102    Max = 255
103    Position = 0
104    TabOrder = 14
105  end
106  object Label5: TLabel
107    Left = 8
108    Height = 17
109    Hint = 'Color saturation (~ chroma)'
110    Top = 244
111    Width = 7
112    Caption = 'S'
113    ParentColor = False
114    ParentShowHint = False
115    ShowHint = True
116  end
117  object L_tb: TTrackBar
118    Tag = 6
119    Left = 24
120    Height = 37
121    Top = 278
122    Width = 200
123    Max = 255
124    Position = 0
125    TabOrder = 16
126  end
127  object Label6: TLabel
128    Left = 8
129    Height = 17
130    Hint = 'Black/White composition'
131    Top = 280
132    Width = 6
133    Caption = 'L'
134    ParentColor = False
135    ParentShowHint = False
136    ShowHint = True
137  end
138  object H2_tb: TTrackBar
139    Tag = 7
140    Left = 24
141    Height = 37
142    Top = 342
143    Width = 200
144    Max = 255
145    Position = 0
146    TabOrder = 18
147  end
148  object Label7: TLabel
149    Left = 8
150    Height = 17
151    Hint = 'Hue angle'
152    Top = 345
153    Width = 9
154    Caption = 'H'
155    ParentColor = False
156    ParentShowHint = False
157    ShowHint = True
158  end
159  object S2_tb: TTrackBar
160    Tag = 8
161    Left = 24
162    Height = 37
163    Top = 378
164    Width = 200
165    Max = 255
166    Position = 0
167    TabOrder = 20
168  end
169  object Label8: TLabel
170    Left = 8
171    Height = 17
172    Hint = 'Color saturation (~ chroma)'
173    Top = 380
174    Width = 7
175    Caption = 'S'
176    ParentColor = False
177    ParentShowHint = False
178    ShowHint = True
179  end
180  object V_tb: TTrackBar
181    Tag = 9
182    Left = 24
183    Height = 37
184    Top = 413
185    Width = 200
186    Max = 255
187    Position = 0
188    TabOrder = 22
189  end
190  object Label9: TLabel
191    Left = 8
192    Height = 17
193    Hint = 'Value (maximum per channel)'
194    Top = 415
195    Width = 7
196    Caption = 'V'
197    ParentColor = False
198    ParentShowHint = False
199    ShowHint = True
200  end
201  object L2_tb: TTrackBar
202    Tag = 10
203    Left = 652
204    Height = 37
205    Top = 355
206    Width = 200
207    Max = 255
208    Position = 0
209    TabOrder = 30
210  end
211  object Label10: TLabel
212    Left = 636
213    Height = 17
214    Hint = 'Perceived lightness'
215    Top = 355
216    Width = 6
217    Caption = 'L'
218    ParentColor = False
219    ParentShowHint = False
220    ShowHint = True
221  end
222  object A_tb: TTrackBar
223    Tag = 11
224    Left = 652
225    Height = 37
226    Top = 390
227    Width = 200
228    Max = 255
229    Position = 0
230    TabOrder = 32
231  end
232  object Label11: TLabel
233    Left = 636
234    Height = 17
235    Hint = 'Mint/Pink contrast'
236    Top = 390
237    Width = 7
238    Caption = 'a'
239    ParentColor = False
240    ParentShowHint = False
241    ShowHint = True
242  end
243  object B2_tb: TTrackBar
244    Tag = 12
245    Left = 652
246    Height = 37
247    Top = 425
248    Width = 200
249    Max = 255
250    Position = 0
251    TabOrder = 34
252  end
253  object Label12: TLabel
254    Left = 636
255    Height = 17
256    Hint = 'Blue/Yellow contrast'
257    Top = 426
258    Width = 7
259    Caption = 'b'
260    ParentColor = False
261    ParentShowHint = False
262    ShowHint = True
263  end
264  object C_tb: TTrackBar
265    Tag = 13
266    Left = 24
267    Height = 37
268    Top = 476
269    Width = 200
270    Max = 255
271    Position = 0
272    TabOrder = 42
273  end
274  object Label13: TLabel
275    Left = 8
276    Height = 17
277    Hint = 'Cyan (negative red)'
278    Top = 478
279    Width = 8
280    Caption = 'C'
281    ParentColor = False
282    ParentShowHint = False
283    ShowHint = True
284  end
285  object M_tb: TTrackBar
286    Tag = 14
287    Left = 24
288    Height = 37
289    Top = 507
290    Width = 200
291    Max = 255
292    Position = 0
293    TabOrder = 44
294  end
295  object Label14: TLabel
296    Left = 8
297    Height = 17
298    Hint = 'Magenta (negative green)'
299    Top = 509
300    Width = 11
301    Caption = 'M'
302    ParentColor = False
303    ParentShowHint = False
304    ShowHint = True
305  end
306  object Y_tb: TTrackBar
307    Tag = 15
308    Left = 24
309    Height = 37
310    Top = 538
311    Width = 200
312    Max = 255
313    Position = 0
314    TabOrder = 46
315  end
316  object Label15: TLabel
317    Left = 8
318    Height = 17
319    Hint = 'Yellow (negative blue)'
320    Top = 540
321    Width = 7
322    Caption = 'Y'
323    ParentColor = False
324    ParentShowHint = False
325    ShowHint = True
326  end
327  object K_tb: TTrackBar
328    Tag = 16
329    Left = 24
330    Height = 37
331    Top = 569
332    Width = 200
333    Max = 255
334    Position = 0
335    TabOrder = 48
336  end
337  object Label16: TLabel
338    Left = 8
339    Height = 17
340    Hint = 'Black (negative white)'
341    Top = 571
342    Width = 7
343    Caption = 'K'
344    ParentColor = False
345    ParentShowHint = False
346    ShowHint = True
347  end
348  object lR_se: TFloatSpinEdit
349    Tag = 1
350    Left = 547
351    Height = 27
352    Top = 79
353    Width = 75
354    MaxValue = 255
355    MinValue = 0
356    TabOrder = 1
357    Value = 0
358  end
359  object lG_se: TFloatSpinEdit
360    Tag = 2
361    Left = 547
362    Height = 27
363    Top = 114
364    Width = 75
365    MaxValue = 255
366    MinValue = 0
367    TabOrder = 3
368    Value = 0
369  end
370  object lB_se: TFloatSpinEdit
371    Tag = 3
372    Left = 547
373    Height = 27
374    Top = 149
375    Width = 75
376    MaxValue = 255
377    MinValue = 0
378    TabOrder = 5
379    Value = 0
380  end
381  object H_se: TFloatSpinEdit
382    Tag = 4
383    Left = 232
384    Height = 27
385    Top = 216
386    Width = 75
387    MaxValue = 255
388    MinValue = 0
389    TabOrder = 13
390    Value = 0
391  end
392  object S_se: TFloatSpinEdit
393    Tag = 5
394    Left = 232
395    Height = 27
396    Top = 250
397    Width = 75
398    MaxValue = 255
399    MinValue = 0
400    TabOrder = 15
401    Value = 0
402  end
403  object L_se: TFloatSpinEdit
404    Tag = 6
405    Left = 232
406    Height = 27
407    Top = 286
408    Width = 75
409    MaxValue = 255
410    MinValue = 0
411    TabOrder = 17
412    Value = 0
413  end
414  object H2_se: TFloatSpinEdit
415    Tag = 7
416    Left = 232
417    Height = 27
418    Top = 348
419    Width = 75
420    MaxValue = 255
421    MinValue = 0
422    TabOrder = 19
423    Value = 0
424  end
425  object S2_se: TFloatSpinEdit
426    Tag = 8
427    Left = 232
428    Height = 27
429    Top = 384
430    Width = 75
431    MaxValue = 255
432    MinValue = 0
433    TabOrder = 21
434    Value = 0
435  end
436  object V_se: TFloatSpinEdit
437    Tag = 9
438    Left = 232
439    Height = 27
440    Top = 419
441    Width = 75
442    MaxValue = 255
443    MinValue = 0
444    TabOrder = 23
445    Value = 0
446  end
447  object L2_se: TFloatSpinEdit
448    Tag = 10
449    Left = 860
450    Height = 27
451    Top = 361
452    Width = 75
453    MaxValue = 255
454    MinValue = 0
455    TabOrder = 31
456    Value = 0
457  end
458  object A_se: TFloatSpinEdit
459    Tag = 11
460    Left = 860
461    Height = 27
462    Top = 396
463    Width = 75
464    MaxValue = 255
465    MinValue = 0
466    TabOrder = 33
467    Value = 0
468  end
469  object B2_se: TFloatSpinEdit
470    Tag = 12
471    Left = 860
472    Height = 27
473    Top = 431
474    Width = 75
475    MaxValue = 255
476    MinValue = 0
477    TabOrder = 35
478    Value = 0
479  end
480  object C_se: TFloatSpinEdit
481    Tag = 13
482    Left = 232
483    Height = 27
484    Top = 476
485    Width = 75
486    MaxValue = 255
487    MinValue = 0
488    TabOrder = 43
489    Value = 0
490  end
491  object M_se: TFloatSpinEdit
492    Tag = 14
493    Left = 232
494    Height = 27
495    Top = 507
496    Width = 75
497    MaxValue = 255
498    MinValue = 0
499    TabOrder = 45
500    Value = 0
501  end
502  object Y_se: TFloatSpinEdit
503    Tag = 15
504    Left = 232
505    Height = 27
506    Top = 538
507    Width = 75
508    MaxValue = 255
509    MinValue = 0
510    TabOrder = 47
511    Value = 0
512  end
513  object K_se: TFloatSpinEdit
514    Tag = 16
515    Left = 232
516    Height = 27
517    Top = 569
518    Width = 75
519    MaxValue = 255
520    MinValue = 0
521    TabOrder = 49
522    Value = 0
523  end
524  object Label17: TLabel
525    Left = 544
526    Height = 17
527    Top = 4
528    Width = 73
529    Caption = 'Hexadecimal'
530    ParentColor = False
531  end
532  object Hex_edt: TEdit
533    Tag = 23
534    Left = 624
535    Height = 27
536    Top = 0
537    Width = 96
538    TabOrder = 50
539  end
540  object Name_edt: TEdit
541    Tag = 28
542    Left = 624
543    Height = 27
544    Top = 26
545    Width = 96
546    TabOrder = 51
547  end
548  object Label18: TLabel
549    Left = 544
550    Height = 17
551    Top = 30
552    Width = 34
553    Caption = 'Name'
554    ParentColor = False
555  end
556  object X_tb: TTrackBar
557    Tag = 17
558    Left = 652
559    Height = 37
560    Top = 75
561    Width = 200
562    Max = 255
563    Position = 0
564    TabOrder = 24
565  end
566  object Label19: TLabel
567    Left = 636
568    Height = 17
569    Hint = 'Pinkness'
570    Top = 77
571    Width = 7
572    Caption = 'X'
573    ParentColor = False
574    ParentShowHint = False
575    ShowHint = True
576  end
577  object Y2_tb: TTrackBar
578    Tag = 18
579    Left = 652
580    Height = 37
581    Top = 110
582    Width = 200
583    Max = 255
584    Position = 0
585    TabOrder = 26
586  end
587  object Label20: TLabel
588    Left = 636
589    Height = 17
590    Hint = 'Luminance'
591    Top = 112
592    Width = 7
593    Caption = 'Y'
594    ParentColor = False
595    ParentShowHint = False
596    ShowHint = True
597  end
598  object Z_tb: TTrackBar
599    Tag = 19
600    Left = 652
601    Height = 37
602    Top = 145
603    Width = 200
604    Max = 255
605    Position = 0
606    TabOrder = 28
607  end
608  object Label21: TLabel
609    Left = 636
610    Height = 17
611    Hint = 'Blueness (S cones)'
612    Top = 147
613    Width = 7
614    Caption = 'Z'
615    ParentColor = False
616    ParentShowHint = False
617    ShowHint = True
618  end
619  object X_se: TFloatSpinEdit
620    Tag = 17
621    Left = 860
622    Height = 27
623    Top = 81
624    Width = 75
625    MaxValue = 255
626    MinValue = 0
627    TabOrder = 25
628    Value = 0
629  end
630  object Y2_se: TFloatSpinEdit
631    Tag = 18
632    Left = 860
633    Height = 27
634    Top = 116
635    Width = 75
636    MaxValue = 255
637    MinValue = 0
638    TabOrder = 27
639    Value = 0
640  end
641  object Z_se: TFloatSpinEdit
642    Tag = 19
643    Left = 860
644    Height = 27
645    Top = 151
646    Width = 75
647    MaxValue = 255
648    MinValue = 0
649    TabOrder = 29
650    Value = 0
651  end
652  object L3_tb: TTrackBar
653    Tag = 20
654    Left = 652
655    Height = 37
656    Top = 210
657    Width = 200
658    Max = 255
659    Position = 0
660    TabOrder = 36
661  end
662  object Label22: TLabel
663    Left = 635
664    Height = 17
665    Hint = 'Perceived lightness'
666    Top = 214
667    Width = 6
668    Caption = 'L'
669    ParentColor = False
670    ParentShowHint = False
671    ShowHint = True
672  end
673  object C2_tb: TTrackBar
674    Tag = 21
675    Left = 652
676    Height = 37
677    Top = 246
678    Width = 200
679    Max = 255
680    Position = 0
681    TabOrder = 38
682  end
683  object Label23: TLabel
684    Left = 635
685    Height = 17
686    Hint = 'Chroma (color saturation)'
687    Top = 250
688    Width = 8
689    Caption = 'C'
690    ParentColor = False
691    ParentShowHint = False
692    ShowHint = True
693  end
694  object H3_tb: TTrackBar
695    Tag = 22
696    Left = 652
697    Height = 37
698    Top = 283
699    Width = 200
700    Max = 255
701    Position = 0
702    TabOrder = 40
703  end
704  object Label24: TLabel
705    Left = 635
706    Height = 17
707    Hint = 'Hue angle'
708    Top = 287
709    Width = 12
710    Caption = 'h°'
711    ParentColor = False
712    ParentShowHint = False
713    ShowHint = True
714  end
715  object L3_se: TFloatSpinEdit
716    Tag = 20
717    Left = 860
718    Height = 27
719    Top = 222
720    Width = 75
721    MaxValue = 255
722    MinValue = 0
723    TabOrder = 37
724    Value = 0
725  end
726  object C2_se: TFloatSpinEdit
727    Tag = 21
728    Left = 860
729    Height = 27
730    Top = 258
731    Width = 75
732    MaxValue = 255
733    MinValue = 0
734    TabOrder = 39
735    Value = 0
736  end
737  object H3_se: TFloatSpinEdit
738    Tag = 22
739    Left = 860
740    Height = 27
741    Top = 295
742    Width = 75
743    MaxValue = 255
744    MinValue = 0
745    TabOrder = 41
746    Value = 0
747  end
748  object Color_pnl: TPanel
749    Left = 448
750    Height = 41
751    Hint = 'Selected color'
752    Top = 0
753    Width = 40
754    ParentShowHint = False
755    ShowHint = True
756    TabOrder = 54
757  end
758  object gamma_tb: TTrackBar
759    Left = 96
760    Height = 37
761    Top = 0
762    Width = 256
763    Frequency = 10
764    Max = 300
765    Min = 100
766    OnChange = gamma_tbChange
767    Position = 100
768    TabOrder = 52
769  end
770  object Label25: TLabel
771    Left = 5
772    Height = 17
773    Top = 8
774    Width = 81
775    Caption = 'Gamma factor'
776    ParentColor = False
777  end
778  object gamma_se: TFloatSpinEdit
779    Left = 359
780    Height = 27
781    Top = 6
782    Width = 75
783    MaxValue = 255
784    MinValue = 0
785    OnChange = gamma_seChange
786    TabOrder = 53
787    Value = 0
788  end
789  object sR_tb: TTrackBar
790    Tag = 25
791    Left = 24
792    Height = 37
793    Top = 75
794    Width = 200
795    Frequency = 16
796    Max = 255
797    Position = 0
798    TabOrder = 6
799  end
800  object Label26: TLabel
801    Left = 8
802    Height = 17
803    Hint = 'Red (gamma compressed)'
804    Top = 77
805    Width = 7
806    Caption = 'R'
807    ParentColor = False
808    ParentShowHint = False
809    ShowHint = True
810  end
811  object sG_tb: TTrackBar
812    Tag = 26
813    Left = 24
814    Height = 37
815    Top = 110
816    Width = 200
817    Frequency = 16
818    Max = 255
819    Position = 0
820    TabOrder = 8
821  end
822  object Label27: TLabel
823    Left = 8
824    Height = 17
825    Hint = 'Green (gamma compressed)'
826    Top = 112
827    Width = 9
828    Caption = 'G'
829    ParentColor = False
830    ParentShowHint = False
831    ShowHint = True
832  end
833  object sB_tb: TTrackBar
834    Tag = 27
835    Left = 24
836    Height = 37
837    Top = 145
838    Width = 200
839    Frequency = 16
840    Max = 255
841    Position = 0
842    TabOrder = 10
843  end
844  object Label28: TLabel
845    Left = 8
846    Height = 17
847    Hint = 'Blue (gamma compressed)'
848    Top = 147
849    Width = 8
850    Caption = 'B'
851    ParentColor = False
852    ParentShowHint = False
853    ShowHint = True
854  end
855  object sR_se: TFloatSpinEdit
856    Tag = 25
857    Left = 232
858    Height = 27
859    Top = 81
860    Width = 75
861    MaxValue = 255
862    MinValue = 0
863    TabOrder = 7
864    Value = 0
865  end
866  object sG_se: TFloatSpinEdit
867    Tag = 26
868    Left = 232
869    Height = 27
870    Top = 116
871    Width = 75
872    MaxValue = 255
873    MinValue = 0
874    TabOrder = 9
875    Value = 0
876  end
877  object sB_se: TFloatSpinEdit
878    Tag = 27
879    Left = 232
880    Height = 27
881    Top = 151
882    Width = 75
883    MaxValue = 255
884    MinValue = 0
885    TabOrder = 11
886    Value = 0
887  end
888  object Label29: TLabel
889    Left = 8
890    Height = 17
891    Hint = 'Legacy colorspace (Web)'
892    Top = 56
893    Width = 163
894    Caption = 'sRGB (gamma compressed)'
895    Font.Style = [fsBold]
896    ParentColor = False
897    ParentFont = False
898    ParentShowHint = False
899    ShowHint = True
900  end
901  object Label30: TLabel
902    Left = 323
903    Height = 17
904    Hint = 'Legacy primary colors (linear intensity)'
905    Top = 56
906    Width = 186
907    Caption = 'Linear RGB (gamma expanded)'
908    Font.Style = [fsBold]
909    ParentColor = False
910    ParentFont = False
911    ParentShowHint = False
912    ShowHint = True
913  end
914  object Label31: TLabel
915    Left = 8
916    Height = 17
917    Hint = 'Hue and saturation (gamma compressed)'
918    Top = 190
919    Width = 29
920    Caption = 'sHSL'
921    Font.Style = [fsBold]
922    ParentColor = False
923    ParentFont = False
924    ParentShowHint = False
925    ShowHint = True
926  end
927  object Label32: TLabel
928    Left = 8
929    Height = 17
930    Hint = 'Hue and saturation (gamma compressed)'
931    Top = 324
932    Width = 65
933    Caption = 'sHSV/sHSB'
934    Font.Style = [fsBold]
935    ParentColor = False
936    ParentFont = False
937    ParentShowHint = False
938    ShowHint = True
939  end
940  object Label33: TLabel
941    Left = 636
942    Height = 17
943    Hint = 'Color matching curves integrals'
944    Top = 56
945    Width = 22
946    Caption = 'XYZ'
947    Font.Style = [fsBold]
948    ParentColor = False
949    ParentFont = False
950    ParentShowHint = False
951    ShowHint = True
952  end
953  object Label34: TLabel
954    Left = 636
955    Height = 17
956    Hint = 'Perceived color contrast'
957    Top = 331
958    Width = 43
959    Caption = 'L*a*b*'
960    Font.Style = [fsBold]
961    ParentColor = False
962    ParentFont = False
963    ParentShowHint = False
964    ShowHint = True
965  end
966  object Label35: TLabel
967    Left = 8
968    Height = 17
969    Hint = 'Cyan/magenta/yellow/black composition (gamma compressed)'
970    Top = 458
971    Width = 40
972    Caption = 'sCMYK'
973    Font.Style = [fsBold]
974    ParentColor = False
975    ParentFont = False
976    ParentShowHint = False
977    ShowHint = True
978  end
979  object Label36: TLabel
980    Left = 635
981    Height = 17
982    Hint = 'Perceived hue and chroma'
983    Top = 190
984    Width = 42
985    Caption = 'L*C*h°'
986    Font.Style = [fsBold]
987    ParentColor = False
988    ParentFont = False
989    ParentShowHint = False
990    ShowHint = True
991  end
992  object Dec_edt: TEdit
993    Tag = 24
994    Left = 799
995    Height = 27
996    Top = 0
997    Width = 96
998    TabOrder = 55
999  end
1000  object Label37: TLabel
1001    Left = 736
1002    Height = 17
1003    Top = 4
1004    Width = 46
1005    Caption = 'Decimal'
1006    ParentColor = False
1007  end
1008  object Alpha_se: TFloatSpinEdit
1009    Tag = 29
1010    Left = 547
1011    Height = 27
1012    Top = 182
1013    Width = 75
1014    MaxValue = 255
1015    MinValue = 0
1016    TabOrder = 56
1017    Value = 0
1018  end
1019  object Alpha_tb: TTrackBar
1020    Tag = 29
1021    Left = 339
1022    Height = 37
1023    Top = 180
1024    Width = 201
1025    Max = 255
1026    Position = 0
1027    TabOrder = 57
1028  end
1029  object Label38: TLabel
1030    Left = 323
1031    Height = 17
1032    Hint = 'Transparency (alpha channel)'
1033    Top = 182
1034    Width = 8
1035    Caption = 'A'
1036    ParentColor = False
1037    ParentShowHint = False
1038    ShowHint = True
1039  end
1040  object Grayscale_pnl: TPanel
1041    Left = 488
1042    Height = 20
1043    Hint = 'Grayscale'
1044    Top = 1
1045    Width = 37
1046    ParentShowHint = False
1047    ShowHint = True
1048    TabOrder = 58
1049  end
1050  object Invert_pnl: TPanel
1051    Left = 488
1052    Height = 20
1053    Hint = 'Inverted color'
1054    Top = 21
1055    Width = 37
1056    ParentShowHint = False
1057    ShowHint = True
1058    TabOrder = 59
1059  end
1060  object lH_tb: TTrackBar
1061    Tag = 50
1062    Left = 336
1063    Height = 37
1064    Top = 239
1065    Width = 200
1066    Max = 255
1067    Position = 0
1068    TabOrder = 60
1069  end
1070  object Label39: TLabel
1071    Left = 320
1072    Height = 17
1073    Hint = 'Hue angle'
1074    Top = 242
1075    Width = 9
1076    Caption = 'H'
1077    ParentColor = False
1078    ParentShowHint = False
1079    ShowHint = True
1080  end
1081  object lS_tb: TTrackBar
1082    Tag = 51
1083    Left = 336
1084    Height = 37
1085    Top = 272
1086    Width = 200
1087    Max = 255
1088    Position = 0
1089    TabOrder = 61
1090  end
1091  object Label40: TLabel
1092    Left = 320
1093    Height = 17
1094    Hint = 'Color saturation (~ chroma)'
1095    Top = 274
1096    Width = 7
1097    Caption = 'S'
1098    ParentColor = False
1099    ParentShowHint = False
1100    ShowHint = True
1101  end
1102  object lL_tb: TTrackBar
1103    Tag = 52
1104    Left = 336
1105    Height = 37
1106    Top = 304
1107    Width = 200
1108    Max = 255
1109    Position = 0
1110    TabOrder = 62
1111  end
1112  object Label41: TLabel
1113    Left = 320
1114    Height = 17
1115    Hint = 'Black/White composition'
1116    Top = 306
1117    Width = 6
1118    Caption = 'L'
1119    ParentColor = False
1120    ParentShowHint = False
1121    ShowHint = True
1122  end
1123  object lH_se: TFloatSpinEdit
1124    Tag = 50
1125    Left = 544
1126    Height = 27
1127    Top = 248
1128    Width = 75
1129    MaxValue = 255
1130    MinValue = 0
1131    TabOrder = 63
1132    Value = 0
1133  end
1134  object lS_se: TFloatSpinEdit
1135    Tag = 51
1136    Left = 544
1137    Height = 27
1138    Top = 280
1139    Width = 75
1140    MaxValue = 255
1141    MinValue = 0
1142    TabOrder = 64
1143    Value = 0
1144  end
1145  object lL_se: TFloatSpinEdit
1146    Tag = 52
1147    Left = 544
1148    Height = 27
1149    Top = 312
1150    Width = 75
1151    MaxValue = 255
1152    MinValue = 0
1153    TabOrder = 65
1154    Value = 0
1155  end
1156  object Label42: TLabel
1157    Left = 320
1158    Height = 17
1159    Hint = 'Hue and saturation (linear intensity)'
1160    Top = 219
1161    Width = 64
1162    Caption = 'Linear HSL'
1163    Font.Style = [fsBold]
1164    ParentColor = False
1165    ParentFont = False
1166    ParentShowHint = False
1167    ShowHint = True
1168  end
1169  object lH2_tb: TTrackBar
1170    Tag = 53
1171    Left = 336
1172    Height = 37
1173    Top = 370
1174    Width = 200
1175    Max = 255
1176    Position = 0
1177    TabOrder = 66
1178  end
1179  object Label43: TLabel
1180    Left = 320
1181    Height = 17
1182    Hint = 'Hue angle'
1183    Top = 373
1184    Width = 9
1185    Caption = 'G'
1186    ParentColor = False
1187    ParentShowHint = False
1188    ShowHint = True
1189  end
1190  object lS2_tb: TTrackBar
1191    Tag = 54
1192    Left = 336
1193    Height = 37
1194    Top = 403
1195    Width = 200
1196    Max = 255
1197    Position = 0
1198    TabOrder = 67
1199  end
1200  object Label44: TLabel
1201    Left = 320
1202    Height = 17
1203    Hint = 'Color saturation (~ chroma)'
1204    Top = 405
1205    Width = 7
1206    Caption = 'S'
1207    ParentColor = False
1208    ParentShowHint = False
1209    ShowHint = True
1210  end
1211  object lL2_tb: TTrackBar
1212    Tag = 55
1213    Left = 336
1214    Height = 37
1215    Top = 436
1216    Width = 200
1217    Max = 255
1218    Position = 0
1219    TabOrder = 68
1220  end
1221  object Label45: TLabel
1222    Left = 320
1223    Height = 17
1224    Hint = 'Brightness (luminance)'
1225    Top = 438
1226    Width = 8
1227    Caption = 'B'
1228    ParentColor = False
1229    ParentShowHint = False
1230    ShowHint = True
1231  end
1232  object lH2_se: TFloatSpinEdit
1233    Tag = 53
1234    Left = 544
1235    Height = 27
1236    Top = 376
1237    Width = 75
1238    MaxValue = 255
1239    MinValue = 0
1240    TabOrder = 69
1241    Value = 0
1242  end
1243  object lS2_se: TFloatSpinEdit
1244    Tag = 54
1245    Left = 544
1246    Height = 27
1247    Top = 409
1248    Width = 75
1249    MaxValue = 255
1250    MinValue = 0
1251    TabOrder = 70
1252    Value = 0
1253  end
1254  object lL2_se: TFloatSpinEdit
1255    Tag = 55
1256    Left = 544
1257    Height = 27
1258    Top = 442
1259    Width = 75
1260    MaxValue = 255
1261    MinValue = 0
1262    TabOrder = 71
1263    Value = 0
1264  end
1265  object Label46: TLabel
1266    Left = 320
1267    Height = 17
1268    Hint = 'Hue and saturation with luminance'
1269    Top = 350
1270    Width = 117
1271    Caption = 'GSB (corrected HSL)'
1272    Font.Style = [fsBold]
1273    ParentColor = False
1274    ParentFont = False
1275    ParentShowHint = False
1276    ShowHint = True
1277  end
1278  object lR_tb1: TTrackBar
1279    Tag = 60
1280    Left = 336
1281    Height = 37
1282    Top = 501
1283    Width = 200
1284    Max = 255
1285    Position = 0
1286    TabOrder = 72
1287  end
1288  object Label47: TLabel
1289    Left = 320
1290    Height = 17
1291    Hint = 'Red (gamma compressed)'
1292    Top = 503
1293    Width = 7
1294    Caption = 'R'
1295    ParentColor = False
1296    ParentShowHint = False
1297    ShowHint = True
1298  end
1299  object lG_tb1: TTrackBar
1300    Tag = 61
1301    Left = 336
1302    Height = 37
1303    Top = 535
1304    Width = 200
1305    Max = 255
1306    Position = 0
1307    TabOrder = 73
1308  end
1309  object Label48: TLabel
1310    Left = 320
1311    Height = 17
1312    Hint = 'Mint leaf green (gamma compressed)'
1313    Top = 538
1314    Width = 9
1315    Caption = 'G'
1316    ParentColor = False
1317    ParentShowHint = False
1318    ShowHint = True
1319  end
1320  object lB_tb1: TTrackBar
1321    Tag = 62
1322    Left = 336
1323    Height = 37
1324    Top = 569
1325    Width = 200
1326    Max = 255
1327    Position = 0
1328    TabOrder = 74
1329  end
1330  object Label49: TLabel
1331    Left = 320
1332    Height = 17
1333    Hint = 'Blue (gamma compressed)'
1334    Top = 572
1335    Width = 8
1336    Caption = 'B'
1337    ParentColor = False
1338    ParentShowHint = False
1339    ShowHint = True
1340  end
1341  object lR_se1: TFloatSpinEdit
1342    Tag = 60
1343    Left = 544
1344    Height = 27
1345    Top = 505
1346    Width = 75
1347    MaxValue = 255
1348    MinValue = 0
1349    TabOrder = 75
1350    Value = 0
1351  end
1352  object lG_se1: TFloatSpinEdit
1353    Tag = 61
1354    Left = 544
1355    Height = 27
1356    Top = 539
1357    Width = 75
1358    MaxValue = 255
1359    MinValue = 0
1360    TabOrder = 76
1361    Value = 0
1362  end
1363  object lB_se1: TFloatSpinEdit
1364    Tag = 62
1365    Left = 544
1366    Height = 27
1367    Top = 573
1368    Width = 75
1369    MaxValue = 255
1370    MinValue = 0
1371    TabOrder = 77
1372    Value = 0
1373  end
1374  object Label50: TLabel
1375    Left = 320
1376    Height = 17
1377    Hint = 'Adobe colorspace (green primary is slightly mint)'
1378    Top = 481
1379    Width = 66
1380    Caption = 'Adobe RGB'
1381    Font.Style = [fsBold]
1382    ParentColor = False
1383    ParentFont = False
1384    ParentShowHint = False
1385    ShowHint = True
1386  end
1387  object LIsReal: TLabel
1388    Left = 800
1389    Height = 17
1390    Top = 30
1391    Width = 97
1392    Caption = 'Real or imaginary'
1393    Font.Style = [fsItalic]
1394    ParentColor = False
1395    ParentFont = False
1396  end
1397  object Label51: TLabel
1398    Left = 736
1399    Height = 17
1400    Top = 30
1401    Width = 24
1402    Caption = 'Kind'
1403    ParentColor = False
1404  end
1405  object reflectance_tb: TTrackBar
1406    Tag = 70
1407    Left = 652
1408    Height = 37
1409    Top = 494
1410    Width = 200
1411    Max = 255
1412    Position = 0
1413    TabOrder = 78
1414  end
1415  object Label52: TLabel
1416    Left = 636
1417    Height = 17
1418    Hint = 'Reflectance'
1419    Top = 494
1420    Width = 7
1421    Caption = 'R'
1422    ParentColor = False
1423    ParentShowHint = False
1424    ShowHint = True
1425  end
1426  object lambda1_tb: TTrackBar
1427    Tag = 71
1428    Left = 652
1429    Height = 37
1430    Top = 529
1431    Width = 200
1432    Max = 255
1433    Position = 0
1434    TabOrder = 79
1435  end
1436  object Label53: TLabel
1437    Left = 636
1438    Height = 17
1439    Hint = 'Starting wavelength'
1440    Top = 529
1441    Width = 14
1442    Caption = 'λ1'
1443    ParentColor = False
1444    ParentShowHint = False
1445    ShowHint = True
1446  end
1447  object lambda2_tb: TTrackBar
1448    Tag = 72
1449    Left = 652
1450    Height = 37
1451    Top = 564
1452    Width = 200
1453    Max = 255
1454    Position = 0
1455    TabOrder = 80
1456  end
1457  object Label54: TLabel
1458    Left = 636
1459    Height = 17
1460    Hint = 'Ending wavelength'
1461    Top = 565
1462    Width = 14
1463    Caption = 'λ2'
1464    ParentColor = False
1465    ParentShowHint = False
1466    ShowHint = True
1467  end
1468  object reflectance_se: TFloatSpinEdit
1469    Tag = 70
1470    Left = 860
1471    Height = 27
1472    Top = 500
1473    Width = 75
1474    MaxValue = 255
1475    MinValue = 0
1476    TabOrder = 81
1477    Value = 0
1478  end
1479  object lambda1_se: TFloatSpinEdit
1480    Tag = 71
1481    Left = 860
1482    Height = 27
1483    Top = 535
1484    Width = 75
1485    MaxValue = 255
1486    MinValue = 0
1487    TabOrder = 82
1488    Value = 0
1489  end
1490  object lambda2_se: TFloatSpinEdit
1491    Tag = 72
1492    Left = 860
1493    Height = 27
1494    Top = 570
1495    Width = 75
1496    MaxValue = 255
1497    MinValue = 0
1498    TabOrder = 83
1499    Value = 0
1500  end
1501  object Label55: TLabel
1502    Left = 636
1503    Height = 17
1504    Hint = 'Color reflected by a surface'
1505    Top = 470
1506    Width = 42
1507    Caption = 'R λ1 λ2'
1508    Font.Style = [fsBold]
1509    ParentColor = False
1510    ParentFont = False
1511    ParentShowHint = False
1512    ShowHint = True
1513  end
1514end
1515