FLImaging 7.1.24.1
C_FLImaging_Base_DefinitionsBase.h
1#pragma once
2
10
19enum __E_FLImaging_Base_EValueType
20{
28 __E_FLImaging_Base_EValueType_Unsigned = 0,
29
37 __E_FLImaging_Base_EValueType_Signed,
38
46 __E_FLImaging_Base_EValueType_FloatingPoint
47};
48
57enum __E_FLImaging_Base_EPixelFormat
58{
66 __E_FLImaging_Base_EPixelFormat_Error = 0x00000,
67
75 __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel = 0x100000,
76
84 __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited = 0x200000,
85
86
87 // 1 Channel Unsigned 1 ~ 64bit
89 __E_FLImaging_Base_EPixelFormat_C1_U1 = 0x00001,
90
92 __E_FLImaging_Base_EPixelFormat_C1_U4 = 0x00004,
93
95 __E_FLImaging_Base_EPixelFormat_C1_U8 = 0x00008,
96
98 __E_FLImaging_Base_EPixelFormat_C1_U9 = 0x00009,
99
101 __E_FLImaging_Base_EPixelFormat_C1_U10 = 0x0000A,
102
104 __E_FLImaging_Base_EPixelFormat_C1_U11 = 0x0000B,
105
107 __E_FLImaging_Base_EPixelFormat_C1_U12 = 0x0000C,
108
110 __E_FLImaging_Base_EPixelFormat_C1_U13 = 0x0000D,
111
113 __E_FLImaging_Base_EPixelFormat_C1_U14 = 0x0000E,
114
116 __E_FLImaging_Base_EPixelFormat_C1_U15 = 0x0000F,
117
119 __E_FLImaging_Base_EPixelFormat_C1_U16 = 0x00010,
120
122 __E_FLImaging_Base_EPixelFormat_C1_U32 = 0x00020,
123
125 __E_FLImaging_Base_EPixelFormat_C1_U64 = 0x00040,
126
127
128 // 1 Channel Signed 8 ~ 64bit
130 __E_FLImaging_Base_EPixelFormat_C1_S8 = 0x00108,
131
133 __E_FLImaging_Base_EPixelFormat_C1_S9 = 0x00109,
134
136 __E_FLImaging_Base_EPixelFormat_C1_S10 = 0x0010A,
137
139 __E_FLImaging_Base_EPixelFormat_C1_S11 = 0x0010B,
140
142 __E_FLImaging_Base_EPixelFormat_C1_S12 = 0x0010C,
143
145 __E_FLImaging_Base_EPixelFormat_C1_S13 = 0x0010D,
146
148 __E_FLImaging_Base_EPixelFormat_C1_S14 = 0x0010E,
149
151 __E_FLImaging_Base_EPixelFormat_C1_S15 = 0x0010F,
152
154 __E_FLImaging_Base_EPixelFormat_C1_S16 = 0x00110,
155
157 __E_FLImaging_Base_EPixelFormat_C1_S32 = 0x00120,
158
160 __E_FLImaging_Base_EPixelFormat_C1_S64 = 0x00140,
161
162
163 // 1 Channel Float 32 ~ 64bit
165 __E_FLImaging_Base_EPixelFormat_C1_F32 = 0x00220,
166
168 __E_FLImaging_Base_EPixelFormat_C1_F64 = 0x00240,
169
171 __E_FLImaging_Base_EPixelFormat_C1_F32_Unlimited = 0x00220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
172
174 __E_FLImaging_Base_EPixelFormat_C1_F64_Unlimited = 0x00240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
175
176
177 // 2 Channel Unsigned 1 ~ 64bit
179 __E_FLImaging_Base_EPixelFormat_C2_U1 = 0x01001,
180
182 __E_FLImaging_Base_EPixelFormat_C2_U4 = 0x01004,
183
185 __E_FLImaging_Base_EPixelFormat_C2_U8 = 0x01008,
186
188 __E_FLImaging_Base_EPixelFormat_C2_U9 = 0x01009,
189
191 __E_FLImaging_Base_EPixelFormat_C2_U10 = 0x0100A,
192
194 __E_FLImaging_Base_EPixelFormat_C2_U11 = 0x0100B,
195
197 __E_FLImaging_Base_EPixelFormat_C2_U12 = 0x0100C,
198
200 __E_FLImaging_Base_EPixelFormat_C2_U13 = 0x0100D,
201
203 __E_FLImaging_Base_EPixelFormat_C2_U14 = 0x0100E,
204
206 __E_FLImaging_Base_EPixelFormat_C2_U15 = 0x0100F,
207
209 __E_FLImaging_Base_EPixelFormat_C2_U16 = 0x01010,
210
212 __E_FLImaging_Base_EPixelFormat_C2_U32 = 0x01020,
213
215 __E_FLImaging_Base_EPixelFormat_C2_U64 = 0x01040,
216
217
218 // 2 Channel Signed 8 ~ 64bit
220 __E_FLImaging_Base_EPixelFormat_C2_S8 = 0x01108,
221
223 __E_FLImaging_Base_EPixelFormat_C2_S9 = 0x01109,
224
226 __E_FLImaging_Base_EPixelFormat_C2_S10 = 0x0110A,
227
229 __E_FLImaging_Base_EPixelFormat_C2_S11 = 0x0110B,
230
232 __E_FLImaging_Base_EPixelFormat_C2_S12 = 0x0110C,
233
235 __E_FLImaging_Base_EPixelFormat_C2_S13 = 0x0110D,
236
238 __E_FLImaging_Base_EPixelFormat_C2_S14 = 0x0110E,
239
241 __E_FLImaging_Base_EPixelFormat_C2_S15 = 0x0110F,
242
244 __E_FLImaging_Base_EPixelFormat_C2_S16 = 0x01110,
245
247 __E_FLImaging_Base_EPixelFormat_C2_S32 = 0x01120,
248
250 __E_FLImaging_Base_EPixelFormat_C2_S64 = 0x01140,
251
252
253 // 2 Channel Float 32 ~ 64bit
255 __E_FLImaging_Base_EPixelFormat_C2_F32 = 0x01220,
256
258 __E_FLImaging_Base_EPixelFormat_C2_F64 = 0x01240,
259
261 __E_FLImaging_Base_EPixelFormat_C2_F32_Unlimited = 0x01220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
262
264 __E_FLImaging_Base_EPixelFormat_C2_F64_Unlimited = 0x01240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
265
266
267 // 3 Channel Unsigned 1 ~ 64bit
269 __E_FLImaging_Base_EPixelFormat_C3_U1 = 0x02001,
270
272 __E_FLImaging_Base_EPixelFormat_C3_U4 = 0x02004,
273
275 __E_FLImaging_Base_EPixelFormat_C3_U8 = 0x02008,
276
278 __E_FLImaging_Base_EPixelFormat_C3_U9 = 0x02009,
279
281 __E_FLImaging_Base_EPixelFormat_C3_U10 = 0x0200A,
282
284 __E_FLImaging_Base_EPixelFormat_C3_U11 = 0x0200B,
285
287 __E_FLImaging_Base_EPixelFormat_C3_U12 = 0x0200C,
288
290 __E_FLImaging_Base_EPixelFormat_C3_U13 = 0x0200D,
291
293 __E_FLImaging_Base_EPixelFormat_C3_U14 = 0x0200E,
294
296 __E_FLImaging_Base_EPixelFormat_C3_U15 = 0x0200F,
297
299 __E_FLImaging_Base_EPixelFormat_C3_U16 = 0x02010,
300
302 __E_FLImaging_Base_EPixelFormat_C3_U32 = 0x02020,
303
305 __E_FLImaging_Base_EPixelFormat_C3_U64 = 0x02040,
306
307
308 // 3 Channel Signed 8 ~ 64bit
310 __E_FLImaging_Base_EPixelFormat_C3_S8 = 0x02108,
311
313 __E_FLImaging_Base_EPixelFormat_C3_S9 = 0x02109,
314
316 __E_FLImaging_Base_EPixelFormat_C3_S10 = 0x0210A,
317
319 __E_FLImaging_Base_EPixelFormat_C3_S11 = 0x0210B,
320
322 __E_FLImaging_Base_EPixelFormat_C3_S12 = 0x0210C,
323
325 __E_FLImaging_Base_EPixelFormat_C3_S13 = 0x0210D,
326
328 __E_FLImaging_Base_EPixelFormat_C3_S14 = 0x0210E,
329
331 __E_FLImaging_Base_EPixelFormat_C3_S15 = 0x0210F,
332
334 __E_FLImaging_Base_EPixelFormat_C3_S16 = 0x02110,
335
337 __E_FLImaging_Base_EPixelFormat_C3_S32 = 0x02120,
338
340 __E_FLImaging_Base_EPixelFormat_C3_S64 = 0x02140,
341
342
343 // 3 Channel Float 32 ~ 64bit
345 __E_FLImaging_Base_EPixelFormat_C3_F32 = 0x02220,
346
348 __E_FLImaging_Base_EPixelFormat_C3_F64 = 0x02240,
349
351 __E_FLImaging_Base_EPixelFormat_C3_F32_Unlimited = 0x02220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
352
354 __E_FLImaging_Base_EPixelFormat_C3_F64_Unlimited = 0x02240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
355
356
357 // 4 Channel Unsigned 1 ~ 64bit
359 __E_FLImaging_Base_EPixelFormat_C4_U1 = 0x03001,
360
362 __E_FLImaging_Base_EPixelFormat_C4_U4 = 0x03004,
363
365 __E_FLImaging_Base_EPixelFormat_C4_U8 = 0x03008,
366
368 __E_FLImaging_Base_EPixelFormat_C4_U9 = 0x03009,
369
371 __E_FLImaging_Base_EPixelFormat_C4_U10 = 0x0300A,
372
374 __E_FLImaging_Base_EPixelFormat_C4_U11 = 0x0300B,
375
377 __E_FLImaging_Base_EPixelFormat_C4_U12 = 0x0300C,
378
380 __E_FLImaging_Base_EPixelFormat_C4_U13 = 0x0300D,
381
383 __E_FLImaging_Base_EPixelFormat_C4_U14 = 0x0300E,
384
386 __E_FLImaging_Base_EPixelFormat_C4_U15 = 0x0300F,
387
389 __E_FLImaging_Base_EPixelFormat_C4_U16 = 0x03010,
390
392 __E_FLImaging_Base_EPixelFormat_C4_U32 = 0x03020,
393
395 __E_FLImaging_Base_EPixelFormat_C4_U64 = 0x03040,
396
397
398 // 4 Channel Signed 8 ~ 64bit
400 __E_FLImaging_Base_EPixelFormat_C4_S8 = 0x03108,
401
403 __E_FLImaging_Base_EPixelFormat_C4_S9 = 0x03109,
404
406 __E_FLImaging_Base_EPixelFormat_C4_S10 = 0x0310A,
407
409 __E_FLImaging_Base_EPixelFormat_C4_S11 = 0x0310B,
410
412 __E_FLImaging_Base_EPixelFormat_C4_S12 = 0x0310C,
413
415 __E_FLImaging_Base_EPixelFormat_C4_S13 = 0x0310D,
416
418 __E_FLImaging_Base_EPixelFormat_C4_S14 = 0x0310E,
419
421 __E_FLImaging_Base_EPixelFormat_C4_S15 = 0x0310F,
422
424 __E_FLImaging_Base_EPixelFormat_C4_S16 = 0x03110,
425
427 __E_FLImaging_Base_EPixelFormat_C4_S32 = 0x03120,
428
430 __E_FLImaging_Base_EPixelFormat_C4_S64 = 0x03140,
431
432
433 // 4 Channel Float 32 ~ 64bit
435 __E_FLImaging_Base_EPixelFormat_C4_F32 = 0x03220,
436
438 __E_FLImaging_Base_EPixelFormat_C4_F64 = 0x03240,
439
441 __E_FLImaging_Base_EPixelFormat_C4_F32_Unlimited = 0x03220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
442
444 __E_FLImaging_Base_EPixelFormat_C4_F64_Unlimited = 0x03240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
445
446
447 // 5 Channel Unsigned 1 ~ 64bit
449 __E_FLImaging_Base_EPixelFormat_C5_U1 = 0x04001,
450
452 __E_FLImaging_Base_EPixelFormat_C5_U4 = 0x04004,
453
455 __E_FLImaging_Base_EPixelFormat_C5_U8 = 0x04008,
456
458 __E_FLImaging_Base_EPixelFormat_C5_U9 = 0x04009,
459
461 __E_FLImaging_Base_EPixelFormat_C5_U10 = 0x0400A,
462
464 __E_FLImaging_Base_EPixelFormat_C5_U11 = 0x0400B,
465
467 __E_FLImaging_Base_EPixelFormat_C5_U12 = 0x0400C,
468
470 __E_FLImaging_Base_EPixelFormat_C5_U13 = 0x0400D,
471
473 __E_FLImaging_Base_EPixelFormat_C5_U14 = 0x0400E,
474
476 __E_FLImaging_Base_EPixelFormat_C5_U15 = 0x0400F,
477
479 __E_FLImaging_Base_EPixelFormat_C5_U16 = 0x04010,
480
482 __E_FLImaging_Base_EPixelFormat_C5_U32 = 0x04020,
483
485 __E_FLImaging_Base_EPixelFormat_C5_U64 = 0x04040,
486
487
488 // 5 Channel Signed 8 ~ 64bit
490 __E_FLImaging_Base_EPixelFormat_C5_S8 = 0x04108,
491
493 __E_FLImaging_Base_EPixelFormat_C5_S9 = 0x04109,
494
496 __E_FLImaging_Base_EPixelFormat_C5_S10 = 0x0410A,
497
499 __E_FLImaging_Base_EPixelFormat_C5_S11 = 0x0410B,
500
502 __E_FLImaging_Base_EPixelFormat_C5_S12 = 0x0410C,
503
505 __E_FLImaging_Base_EPixelFormat_C5_S13 = 0x0410D,
506
508 __E_FLImaging_Base_EPixelFormat_C5_S14 = 0x0410E,
509
511 __E_FLImaging_Base_EPixelFormat_C5_S15 = 0x0410F,
512
514 __E_FLImaging_Base_EPixelFormat_C5_S16 = 0x04110,
515
517 __E_FLImaging_Base_EPixelFormat_C5_S32 = 0x04120,
518
520 __E_FLImaging_Base_EPixelFormat_C5_S64 = 0x04140,
521
522
523 // 5 Channel Float 32 ~ 64bit
525 __E_FLImaging_Base_EPixelFormat_C5_F32 = 0x04220,
526
528 __E_FLImaging_Base_EPixelFormat_C5_F64 = 0x04240,
529
531 __E_FLImaging_Base_EPixelFormat_C5_F32_Unlimited = 0x04220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
532
534 __E_FLImaging_Base_EPixelFormat_C5_F64_Unlimited = 0x04240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
535
536
537 // 6 Channel Unsigned 1 ~ 64bit
539 __E_FLImaging_Base_EPixelFormat_C6_U1 = 0x05001,
540
542 __E_FLImaging_Base_EPixelFormat_C6_U4 = 0x05004,
543
545 __E_FLImaging_Base_EPixelFormat_C6_U8 = 0x05008,
546
548 __E_FLImaging_Base_EPixelFormat_C6_U9 = 0x05009,
549
551 __E_FLImaging_Base_EPixelFormat_C6_U10 = 0x0500A,
552
554 __E_FLImaging_Base_EPixelFormat_C6_U11 = 0x0500B,
555
557 __E_FLImaging_Base_EPixelFormat_C6_U12 = 0x0500C,
558
560 __E_FLImaging_Base_EPixelFormat_C6_U13 = 0x0500D,
561
563 __E_FLImaging_Base_EPixelFormat_C6_U14 = 0x0500E,
564
566 __E_FLImaging_Base_EPixelFormat_C6_U15 = 0x0500F,
567
569 __E_FLImaging_Base_EPixelFormat_C6_U16 = 0x05010,
570
572 __E_FLImaging_Base_EPixelFormat_C6_U32 = 0x05020,
573
575 __E_FLImaging_Base_EPixelFormat_C6_U64 = 0x05040,
576
577
578 // 6 Channel Signed 8 ~ 64bit
580 __E_FLImaging_Base_EPixelFormat_C6_S8 = 0x05108,
581
583 __E_FLImaging_Base_EPixelFormat_C6_S9 = 0x05109,
584
586 __E_FLImaging_Base_EPixelFormat_C6_S10 = 0x0510A,
587
589 __E_FLImaging_Base_EPixelFormat_C6_S11 = 0x0510B,
590
592 __E_FLImaging_Base_EPixelFormat_C6_S12 = 0x0510C,
593
595 __E_FLImaging_Base_EPixelFormat_C6_S13 = 0x0510D,
596
598 __E_FLImaging_Base_EPixelFormat_C6_S14 = 0x0510E,
599
601 __E_FLImaging_Base_EPixelFormat_C6_S15 = 0x0510F,
602
604 __E_FLImaging_Base_EPixelFormat_C6_S16 = 0x05110,
605
607 __E_FLImaging_Base_EPixelFormat_C6_S32 = 0x05120,
608
610 __E_FLImaging_Base_EPixelFormat_C6_S64 = 0x05140,
611
612
613 // 6 Channel Float 32 ~ 64bit
615 __E_FLImaging_Base_EPixelFormat_C6_F32 = 0x05220,
616
618 __E_FLImaging_Base_EPixelFormat_C6_F64 = 0x05240,
619
621 __E_FLImaging_Base_EPixelFormat_C6_F32_Unlimited = 0x05220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
622
624 __E_FLImaging_Base_EPixelFormat_C6_F64_Unlimited = 0x05240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
625
626
627 // 7 Channel Unsigned 1 ~ 64bit
629 __E_FLImaging_Base_EPixelFormat_C7_U1 = 0x06001,
630
632 __E_FLImaging_Base_EPixelFormat_C7_U4 = 0x06004,
633
635 __E_FLImaging_Base_EPixelFormat_C7_U8 = 0x06008,
636
638 __E_FLImaging_Base_EPixelFormat_C7_U9 = 0x06009,
639
641 __E_FLImaging_Base_EPixelFormat_C7_U10 = 0x0600A,
642
644 __E_FLImaging_Base_EPixelFormat_C7_U11 = 0x0600B,
645
647 __E_FLImaging_Base_EPixelFormat_C7_U12 = 0x0600C,
648
650 __E_FLImaging_Base_EPixelFormat_C7_U13 = 0x0600D,
651
653 __E_FLImaging_Base_EPixelFormat_C7_U14 = 0x0600E,
654
656 __E_FLImaging_Base_EPixelFormat_C7_U15 = 0x0600F,
657
659 __E_FLImaging_Base_EPixelFormat_C7_U16 = 0x06010,
660
662 __E_FLImaging_Base_EPixelFormat_C7_U32 = 0x06020,
663
665 __E_FLImaging_Base_EPixelFormat_C7_U64 = 0x06040,
666
667
668 // 7 Channel Signed 8 ~ 64bit
670 __E_FLImaging_Base_EPixelFormat_C7_S8 = 0x06108,
671
673 __E_FLImaging_Base_EPixelFormat_C7_S9 = 0x06109,
674
676 __E_FLImaging_Base_EPixelFormat_C7_S10 = 0x0610A,
677
679 __E_FLImaging_Base_EPixelFormat_C7_S11 = 0x0610B,
680
682 __E_FLImaging_Base_EPixelFormat_C7_S12 = 0x0610C,
683
685 __E_FLImaging_Base_EPixelFormat_C7_S13 = 0x0610D,
686
688 __E_FLImaging_Base_EPixelFormat_C7_S14 = 0x0610E,
689
691 __E_FLImaging_Base_EPixelFormat_C7_S15 = 0x0610F,
692
694 __E_FLImaging_Base_EPixelFormat_C7_S16 = 0x06110,
695
697 __E_FLImaging_Base_EPixelFormat_C7_S32 = 0x06120,
698
700 __E_FLImaging_Base_EPixelFormat_C7_S64 = 0x06140,
701
702
703 // 7 Channel Float 32 ~ 64bit
705 __E_FLImaging_Base_EPixelFormat_C7_F32 = 0x06220,
706
708 __E_FLImaging_Base_EPixelFormat_C7_F64 = 0x06240,
709
711 __E_FLImaging_Base_EPixelFormat_C7_F32_Unlimited = 0x06220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
712
714 __E_FLImaging_Base_EPixelFormat_C7_F64_Unlimited = 0x06240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
715
716
717 // 8 Channel Unsigned 1 ~ 64bit
719 __E_FLImaging_Base_EPixelFormat_C8_U1 = 0x07001,
720
722 __E_FLImaging_Base_EPixelFormat_C8_U4 = 0x07004,
723
725 __E_FLImaging_Base_EPixelFormat_C8_U8 = 0x07008,
726
728 __E_FLImaging_Base_EPixelFormat_C8_U9 = 0x07009,
729
731 __E_FLImaging_Base_EPixelFormat_C8_U10 = 0x0700A,
732
734 __E_FLImaging_Base_EPixelFormat_C8_U11 = 0x0700B,
735
737 __E_FLImaging_Base_EPixelFormat_C8_U12 = 0x0700C,
738
740 __E_FLImaging_Base_EPixelFormat_C8_U13 = 0x0700D,
741
743 __E_FLImaging_Base_EPixelFormat_C8_U14 = 0x0700E,
744
746 __E_FLImaging_Base_EPixelFormat_C8_U15 = 0x0700F,
747
749 __E_FLImaging_Base_EPixelFormat_C8_U16 = 0x07010,
750
752 __E_FLImaging_Base_EPixelFormat_C8_U32 = 0x07020,
753
755 __E_FLImaging_Base_EPixelFormat_C8_U64 = 0x07040,
756
757
758 // 8 Channel Signed 8 ~ 64bit
760 __E_FLImaging_Base_EPixelFormat_C8_S8 = 0x07108,
761
763 __E_FLImaging_Base_EPixelFormat_C8_S9 = 0x07109,
764
766 __E_FLImaging_Base_EPixelFormat_C8_S10 = 0x0710A,
767
769 __E_FLImaging_Base_EPixelFormat_C8_S11 = 0x0710B,
770
772 __E_FLImaging_Base_EPixelFormat_C8_S12 = 0x0710C,
773
775 __E_FLImaging_Base_EPixelFormat_C8_S13 = 0x0710D,
776
778 __E_FLImaging_Base_EPixelFormat_C8_S14 = 0x0710E,
779
781 __E_FLImaging_Base_EPixelFormat_C8_S15 = 0x0710F,
782
784 __E_FLImaging_Base_EPixelFormat_C8_S16 = 0x07110,
785
787 __E_FLImaging_Base_EPixelFormat_C8_S32 = 0x07120,
788
790 __E_FLImaging_Base_EPixelFormat_C8_S64 = 0x07140,
791
792
793 // 8 Channel Float 32 ~ 64bit
795 __E_FLImaging_Base_EPixelFormat_C8_F32 = 0x07220,
796
798 __E_FLImaging_Base_EPixelFormat_C8_F64 = 0x07240,
799
801 __E_FLImaging_Base_EPixelFormat_C8_F32_Unlimited = 0x07220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
802
804 __E_FLImaging_Base_EPixelFormat_C8_F64_Unlimited = 0x07240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
805
806
807 // 9 Channel Unsigned 1 ~ 64bit
809 __E_FLImaging_Base_EPixelFormat_C9_U1 = 0x08001,
810
812 __E_FLImaging_Base_EPixelFormat_C9_U4 = 0x08004,
813
815 __E_FLImaging_Base_EPixelFormat_C9_U8 = 0x08008,
816
818 __E_FLImaging_Base_EPixelFormat_C9_U9 = 0x08009,
819
821 __E_FLImaging_Base_EPixelFormat_C9_U10 = 0x0800A,
822
824 __E_FLImaging_Base_EPixelFormat_C9_U11 = 0x0800B,
825
827 __E_FLImaging_Base_EPixelFormat_C9_U12 = 0x0800C,
828
830 __E_FLImaging_Base_EPixelFormat_C9_U13 = 0x0800D,
831
833 __E_FLImaging_Base_EPixelFormat_C9_U14 = 0x0800E,
834
836 __E_FLImaging_Base_EPixelFormat_C9_U15 = 0x0800F,
837
839 __E_FLImaging_Base_EPixelFormat_C9_U16 = 0x08010,
840
842 __E_FLImaging_Base_EPixelFormat_C9_U32 = 0x08020,
843
845 __E_FLImaging_Base_EPixelFormat_C9_U64 = 0x08040,
846
847
848 // 9 Channel Signed 8 ~ 64bit
850 __E_FLImaging_Base_EPixelFormat_C9_S8 = 0x08108,
851
853 __E_FLImaging_Base_EPixelFormat_C9_S9 = 0x08109,
854
856 __E_FLImaging_Base_EPixelFormat_C9_S10 = 0x0810A,
857
859 __E_FLImaging_Base_EPixelFormat_C9_S11 = 0x0810B,
860
862 __E_FLImaging_Base_EPixelFormat_C9_S12 = 0x0810C,
863
865 __E_FLImaging_Base_EPixelFormat_C9_S13 = 0x0810D,
866
868 __E_FLImaging_Base_EPixelFormat_C9_S14 = 0x0810E,
869
871 __E_FLImaging_Base_EPixelFormat_C9_S15 = 0x0810F,
872
874 __E_FLImaging_Base_EPixelFormat_C9_S16 = 0x08110,
875
877 __E_FLImaging_Base_EPixelFormat_C9_S32 = 0x08120,
878
880 __E_FLImaging_Base_EPixelFormat_C9_S64 = 0x08140,
881
882
883 // 9 Channel Float 32 ~ 64bit
885 __E_FLImaging_Base_EPixelFormat_C9_F32 = 0x08220,
886
888 __E_FLImaging_Base_EPixelFormat_C9_F64 = 0x08240,
889
891 __E_FLImaging_Base_EPixelFormat_C9_F32_Unlimited = 0x08220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
892
894 __E_FLImaging_Base_EPixelFormat_C9_F64_Unlimited = 0x08240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
895
896
897 // 10 Channel Unsigned 1 ~ 64bit
899 __E_FLImaging_Base_EPixelFormat_C10_U1 = 0x09001,
900
902 __E_FLImaging_Base_EPixelFormat_C10_U4 = 0x09004,
903
905 __E_FLImaging_Base_EPixelFormat_C10_U8 = 0x09008,
906
908 __E_FLImaging_Base_EPixelFormat_C10_U9 = 0x09009,
909
911 __E_FLImaging_Base_EPixelFormat_C10_U10 = 0x0900A,
912
914 __E_FLImaging_Base_EPixelFormat_C10_U11 = 0x0900B,
915
917 __E_FLImaging_Base_EPixelFormat_C10_U12 = 0x0900C,
918
920 __E_FLImaging_Base_EPixelFormat_C10_U13 = 0x0900D,
921
923 __E_FLImaging_Base_EPixelFormat_C10_U14 = 0x0900E,
924
926 __E_FLImaging_Base_EPixelFormat_C10_U15 = 0x0900F,
927
929 __E_FLImaging_Base_EPixelFormat_C10_U16 = 0x09010,
930
932 __E_FLImaging_Base_EPixelFormat_C10_U32 = 0x09020,
933
935 __E_FLImaging_Base_EPixelFormat_C10_U64 = 0x09040,
936
937
938 // 10 Channel Signed 8 ~ 64bit
940 __E_FLImaging_Base_EPixelFormat_C10_S8 = 0x09108,
941
943 __E_FLImaging_Base_EPixelFormat_C10_S9 = 0x09109,
944
946 __E_FLImaging_Base_EPixelFormat_C10_S10 = 0x0910A,
947
949 __E_FLImaging_Base_EPixelFormat_C10_S11 = 0x0910B,
950
952 __E_FLImaging_Base_EPixelFormat_C10_S12 = 0x0910C,
953
955 __E_FLImaging_Base_EPixelFormat_C10_S13 = 0x0910D,
956
958 __E_FLImaging_Base_EPixelFormat_C10_S14 = 0x0910E,
959
961 __E_FLImaging_Base_EPixelFormat_C10_S15 = 0x0910F,
962
964 __E_FLImaging_Base_EPixelFormat_C10_S16 = 0x09110,
965
967 __E_FLImaging_Base_EPixelFormat_C10_S32 = 0x09120,
968
970 __E_FLImaging_Base_EPixelFormat_C10_S64 = 0x09140,
971
972
973 // 10 Channel Float 32 ~ 64bit
975 __E_FLImaging_Base_EPixelFormat_C10_F32 = 0x09220,
976
978 __E_FLImaging_Base_EPixelFormat_C10_F64 = 0x09240,
979
981 __E_FLImaging_Base_EPixelFormat_C10_F32_Unlimited = 0x09220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
982
984 __E_FLImaging_Base_EPixelFormat_C10_F64_Unlimited = 0x09240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
985
986
987 // Separated 1 Channel Unsigned 1 ~ 64bit
989 __E_FLImaging_Base_EPixelFormat_C1_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00001,
990
992 __E_FLImaging_Base_EPixelFormat_C1_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00004,
993
995 __E_FLImaging_Base_EPixelFormat_C1_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00008,
996
998 __E_FLImaging_Base_EPixelFormat_C1_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00009,
999
1001 __E_FLImaging_Base_EPixelFormat_C1_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000A,
1002
1004 __E_FLImaging_Base_EPixelFormat_C1_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000B,
1005
1007 __E_FLImaging_Base_EPixelFormat_C1_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000C,
1008
1010 __E_FLImaging_Base_EPixelFormat_C1_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000D,
1011
1013 __E_FLImaging_Base_EPixelFormat_C1_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000E,
1014
1016 __E_FLImaging_Base_EPixelFormat_C1_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0000F,
1017
1019 __E_FLImaging_Base_EPixelFormat_C1_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00010,
1020
1022 __E_FLImaging_Base_EPixelFormat_C1_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00020,
1023
1025 __E_FLImaging_Base_EPixelFormat_C1_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00040,
1026
1027
1028 // Separated 1 Channel Signed 8 ~ 64bit
1030 __E_FLImaging_Base_EPixelFormat_C1_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00108,
1031
1033 __E_FLImaging_Base_EPixelFormat_C1_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00109,
1034
1036 __E_FLImaging_Base_EPixelFormat_C1_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010A,
1037
1039 __E_FLImaging_Base_EPixelFormat_C1_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010B,
1040
1042 __E_FLImaging_Base_EPixelFormat_C1_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010C,
1043
1045 __E_FLImaging_Base_EPixelFormat_C1_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010D,
1046
1048 __E_FLImaging_Base_EPixelFormat_C1_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010E,
1049
1051 __E_FLImaging_Base_EPixelFormat_C1_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0010F,
1052
1054 __E_FLImaging_Base_EPixelFormat_C1_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00110,
1055
1057 __E_FLImaging_Base_EPixelFormat_C1_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00120,
1058
1060 __E_FLImaging_Base_EPixelFormat_C1_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00140,
1061
1062
1063 // Separated 1 Channel Float 32 ~ 64bit
1065 __E_FLImaging_Base_EPixelFormat_C1_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00220,
1066
1068 __E_FLImaging_Base_EPixelFormat_C1_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00240,
1069
1071 __E_FLImaging_Base_EPixelFormat_C1_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1072
1074 __E_FLImaging_Base_EPixelFormat_C1_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x00240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1075
1076
1077 // Separated 2 Channel Unsigned 1 ~ 64bit
1079 __E_FLImaging_Base_EPixelFormat_C2_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01001,
1080
1082 __E_FLImaging_Base_EPixelFormat_C2_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01004,
1083
1085 __E_FLImaging_Base_EPixelFormat_C2_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01008,
1086
1088 __E_FLImaging_Base_EPixelFormat_C2_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01009,
1089
1091 __E_FLImaging_Base_EPixelFormat_C2_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100A,
1092
1094 __E_FLImaging_Base_EPixelFormat_C2_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100B,
1095
1097 __E_FLImaging_Base_EPixelFormat_C2_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100C,
1098
1100 __E_FLImaging_Base_EPixelFormat_C2_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100D,
1101
1103 __E_FLImaging_Base_EPixelFormat_C2_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100E,
1104
1106 __E_FLImaging_Base_EPixelFormat_C2_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0100F,
1107
1109 __E_FLImaging_Base_EPixelFormat_C2_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01010,
1110
1112 __E_FLImaging_Base_EPixelFormat_C2_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01020,
1113
1115 __E_FLImaging_Base_EPixelFormat_C2_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01040,
1116
1117
1118 // Separated 2 Channel Signed 8 ~ 64bit
1120 __E_FLImaging_Base_EPixelFormat_C2_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01108,
1121
1123 __E_FLImaging_Base_EPixelFormat_C2_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01109,
1124
1126 __E_FLImaging_Base_EPixelFormat_C2_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110A,
1127
1129 __E_FLImaging_Base_EPixelFormat_C2_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110B,
1130
1132 __E_FLImaging_Base_EPixelFormat_C2_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110C,
1133
1135 __E_FLImaging_Base_EPixelFormat_C2_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110D,
1136
1138 __E_FLImaging_Base_EPixelFormat_C2_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110E,
1139
1141 __E_FLImaging_Base_EPixelFormat_C2_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0110F,
1142
1144 __E_FLImaging_Base_EPixelFormat_C2_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01110,
1145
1147 __E_FLImaging_Base_EPixelFormat_C2_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01120,
1148
1150 __E_FLImaging_Base_EPixelFormat_C2_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01140,
1151
1152
1153 // Separated 2 Channel Float 32 ~ 64bit
1155 __E_FLImaging_Base_EPixelFormat_C2_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01220,
1156
1158 __E_FLImaging_Base_EPixelFormat_C2_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01240,
1159
1161 __E_FLImaging_Base_EPixelFormat_C2_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1162
1164 __E_FLImaging_Base_EPixelFormat_C2_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x01240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1165
1166
1167 // Separated 3 Channel Unsigned 1 ~ 64bit
1169 __E_FLImaging_Base_EPixelFormat_C3_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02001,
1170
1172 __E_FLImaging_Base_EPixelFormat_C3_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02004,
1173
1175 __E_FLImaging_Base_EPixelFormat_C3_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02008,
1176
1178 __E_FLImaging_Base_EPixelFormat_C3_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02009,
1179
1181 __E_FLImaging_Base_EPixelFormat_C3_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200A,
1182
1184 __E_FLImaging_Base_EPixelFormat_C3_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200B,
1185
1187 __E_FLImaging_Base_EPixelFormat_C3_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200C,
1188
1190 __E_FLImaging_Base_EPixelFormat_C3_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200D,
1191
1193 __E_FLImaging_Base_EPixelFormat_C3_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200E,
1194
1196 __E_FLImaging_Base_EPixelFormat_C3_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0200F,
1197
1199 __E_FLImaging_Base_EPixelFormat_C3_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02010,
1200
1202 __E_FLImaging_Base_EPixelFormat_C3_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02020,
1203
1205 __E_FLImaging_Base_EPixelFormat_C3_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02040,
1206
1207
1208 // Separated 3 Channel Signed 8 ~ 64bit
1210 __E_FLImaging_Base_EPixelFormat_C3_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02108,
1211
1213 __E_FLImaging_Base_EPixelFormat_C3_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02109,
1214
1216 __E_FLImaging_Base_EPixelFormat_C3_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210A,
1217
1219 __E_FLImaging_Base_EPixelFormat_C3_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210B,
1220
1222 __E_FLImaging_Base_EPixelFormat_C3_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210C,
1223
1225 __E_FLImaging_Base_EPixelFormat_C3_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210D,
1226
1228 __E_FLImaging_Base_EPixelFormat_C3_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210E,
1229
1231 __E_FLImaging_Base_EPixelFormat_C3_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0210F,
1232
1234 __E_FLImaging_Base_EPixelFormat_C3_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02110,
1235
1237 __E_FLImaging_Base_EPixelFormat_C3_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02120,
1238
1240 __E_FLImaging_Base_EPixelFormat_C3_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02140,
1241
1242
1243 // Separated 3 Channel Float 32 ~ 64bit
1245 __E_FLImaging_Base_EPixelFormat_C3_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02220,
1246
1248 __E_FLImaging_Base_EPixelFormat_C3_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02240,
1249
1251 __E_FLImaging_Base_EPixelFormat_C3_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1252
1254 __E_FLImaging_Base_EPixelFormat_C3_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x02240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1255
1256
1257 // Separated 4 Channel Unsigned 1 ~ 64bit
1259 __E_FLImaging_Base_EPixelFormat_C4_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03001,
1260
1262 __E_FLImaging_Base_EPixelFormat_C4_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03004,
1263
1265 __E_FLImaging_Base_EPixelFormat_C4_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03008,
1266
1268 __E_FLImaging_Base_EPixelFormat_C4_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03009,
1269
1271 __E_FLImaging_Base_EPixelFormat_C4_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300A,
1272
1274 __E_FLImaging_Base_EPixelFormat_C4_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300B,
1275
1277 __E_FLImaging_Base_EPixelFormat_C4_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300C,
1278
1280 __E_FLImaging_Base_EPixelFormat_C4_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300D,
1281
1283 __E_FLImaging_Base_EPixelFormat_C4_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300E,
1284
1286 __E_FLImaging_Base_EPixelFormat_C4_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0300F,
1287
1289 __E_FLImaging_Base_EPixelFormat_C4_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03010,
1290
1292 __E_FLImaging_Base_EPixelFormat_C4_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03020,
1293
1295 __E_FLImaging_Base_EPixelFormat_C4_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03040,
1296
1297
1298 // Separated 4 Channel Signed 8 ~ 64bit
1300 __E_FLImaging_Base_EPixelFormat_C4_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03108,
1301
1303 __E_FLImaging_Base_EPixelFormat_C4_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03109,
1304
1306 __E_FLImaging_Base_EPixelFormat_C4_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310A,
1307
1309 __E_FLImaging_Base_EPixelFormat_C4_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310B,
1310
1312 __E_FLImaging_Base_EPixelFormat_C4_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310C,
1313
1315 __E_FLImaging_Base_EPixelFormat_C4_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310D,
1316
1318 __E_FLImaging_Base_EPixelFormat_C4_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310E,
1319
1321 __E_FLImaging_Base_EPixelFormat_C4_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0310F,
1322
1324 __E_FLImaging_Base_EPixelFormat_C4_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03110,
1325
1327 __E_FLImaging_Base_EPixelFormat_C4_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03120,
1328
1330 __E_FLImaging_Base_EPixelFormat_C4_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03140,
1331
1332
1333 // Separated 4 Channel Float 32 ~ 64bit
1335 __E_FLImaging_Base_EPixelFormat_C4_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03220,
1336
1338 __E_FLImaging_Base_EPixelFormat_C4_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03240,
1339
1341 __E_FLImaging_Base_EPixelFormat_C4_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1342
1344 __E_FLImaging_Base_EPixelFormat_C4_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x03240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1345
1346
1347 // Separated 5 Channel Unsigned 1 ~ 64bit
1349 __E_FLImaging_Base_EPixelFormat_C5_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04001,
1350
1352 __E_FLImaging_Base_EPixelFormat_C5_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04004,
1353
1355 __E_FLImaging_Base_EPixelFormat_C5_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04008,
1356
1358 __E_FLImaging_Base_EPixelFormat_C5_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04009,
1359
1361 __E_FLImaging_Base_EPixelFormat_C5_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400A,
1362
1364 __E_FLImaging_Base_EPixelFormat_C5_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400B,
1365
1367 __E_FLImaging_Base_EPixelFormat_C5_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400C,
1368
1370 __E_FLImaging_Base_EPixelFormat_C5_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400D,
1371
1373 __E_FLImaging_Base_EPixelFormat_C5_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400E,
1374
1376 __E_FLImaging_Base_EPixelFormat_C5_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0400F,
1377
1379 __E_FLImaging_Base_EPixelFormat_C5_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04010,
1380
1382 __E_FLImaging_Base_EPixelFormat_C5_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04020,
1383
1385 __E_FLImaging_Base_EPixelFormat_C5_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04040,
1386
1387
1388 // Separated 5 Channel Signed 8 ~ 64bit
1390 __E_FLImaging_Base_EPixelFormat_C5_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04108,
1391
1393 __E_FLImaging_Base_EPixelFormat_C5_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04109,
1394
1396 __E_FLImaging_Base_EPixelFormat_C5_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410A,
1397
1399 __E_FLImaging_Base_EPixelFormat_C5_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410B,
1400
1402 __E_FLImaging_Base_EPixelFormat_C5_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410C,
1403
1405 __E_FLImaging_Base_EPixelFormat_C5_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410D,
1406
1408 __E_FLImaging_Base_EPixelFormat_C5_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410E,
1409
1411 __E_FLImaging_Base_EPixelFormat_C5_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0410F,
1412
1414 __E_FLImaging_Base_EPixelFormat_C5_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04110,
1415
1417 __E_FLImaging_Base_EPixelFormat_C5_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04120,
1418
1420 __E_FLImaging_Base_EPixelFormat_C5_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04140,
1421
1422
1423 // Separated 5 Channel Float 32 ~ 64bit
1425 __E_FLImaging_Base_EPixelFormat_C5_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04220,
1426
1428 __E_FLImaging_Base_EPixelFormat_C5_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04240,
1429
1431 __E_FLImaging_Base_EPixelFormat_C5_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1432
1434 __E_FLImaging_Base_EPixelFormat_C5_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x04240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1435
1436
1437 // Separated 6 Channel Unsigned 1 ~ 64bit
1439 __E_FLImaging_Base_EPixelFormat_C6_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05001,
1440
1442 __E_FLImaging_Base_EPixelFormat_C6_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05004,
1443
1445 __E_FLImaging_Base_EPixelFormat_C6_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05008,
1446
1448 __E_FLImaging_Base_EPixelFormat_C6_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05009,
1449
1451 __E_FLImaging_Base_EPixelFormat_C6_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500A,
1452
1454 __E_FLImaging_Base_EPixelFormat_C6_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500B,
1455
1457 __E_FLImaging_Base_EPixelFormat_C6_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500C,
1458
1460 __E_FLImaging_Base_EPixelFormat_C6_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500D,
1461
1463 __E_FLImaging_Base_EPixelFormat_C6_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500E,
1464
1466 __E_FLImaging_Base_EPixelFormat_C6_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0500F,
1467
1469 __E_FLImaging_Base_EPixelFormat_C6_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05010,
1470
1472 __E_FLImaging_Base_EPixelFormat_C6_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05020,
1473
1475 __E_FLImaging_Base_EPixelFormat_C6_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05040,
1476
1477 // Separated 6 Channel Signed 8 ~ 64bit
1479 __E_FLImaging_Base_EPixelFormat_C6_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05108,
1480
1482 __E_FLImaging_Base_EPixelFormat_C6_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05109,
1483
1485 __E_FLImaging_Base_EPixelFormat_C6_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510A,
1486
1488 __E_FLImaging_Base_EPixelFormat_C6_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510B,
1489
1491 __E_FLImaging_Base_EPixelFormat_C6_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510C,
1492
1494 __E_FLImaging_Base_EPixelFormat_C6_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510D,
1495
1497 __E_FLImaging_Base_EPixelFormat_C6_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510E,
1498
1500 __E_FLImaging_Base_EPixelFormat_C6_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0510F,
1501
1503 __E_FLImaging_Base_EPixelFormat_C6_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05110,
1504
1506 __E_FLImaging_Base_EPixelFormat_C6_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05120,
1507
1509 __E_FLImaging_Base_EPixelFormat_C6_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05140,
1510
1511
1512 // Separated 6 Channel Float 32 ~ 64bit
1514 __E_FLImaging_Base_EPixelFormat_C6_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05220,
1515
1517 __E_FLImaging_Base_EPixelFormat_C6_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05240,
1518
1520 __E_FLImaging_Base_EPixelFormat_C6_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1521
1523 __E_FLImaging_Base_EPixelFormat_C6_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x05240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1524
1525
1526 // Separated 7 Channel Unsigned 1 ~ 64bit
1528 __E_FLImaging_Base_EPixelFormat_C7_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06001,
1529
1531 __E_FLImaging_Base_EPixelFormat_C7_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06004,
1532
1534 __E_FLImaging_Base_EPixelFormat_C7_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06008,
1535
1537 __E_FLImaging_Base_EPixelFormat_C7_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06009,
1538
1540 __E_FLImaging_Base_EPixelFormat_C7_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600A,
1541
1543 __E_FLImaging_Base_EPixelFormat_C7_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600B,
1544
1546 __E_FLImaging_Base_EPixelFormat_C7_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600C,
1547
1549 __E_FLImaging_Base_EPixelFormat_C7_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600D,
1550
1552 __E_FLImaging_Base_EPixelFormat_C7_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600E,
1553
1555 __E_FLImaging_Base_EPixelFormat_C7_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0600F,
1556
1558 __E_FLImaging_Base_EPixelFormat_C7_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06010,
1559
1561 __E_FLImaging_Base_EPixelFormat_C7_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06020,
1562
1564 __E_FLImaging_Base_EPixelFormat_C7_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06040,
1565
1566
1567 // Separated 7 Channel Signed 8 ~ 64bit
1569 __E_FLImaging_Base_EPixelFormat_C7_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06108,
1570
1572 __E_FLImaging_Base_EPixelFormat_C7_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06109,
1573
1575 __E_FLImaging_Base_EPixelFormat_C7_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610A,
1576
1578 __E_FLImaging_Base_EPixelFormat_C7_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610B,
1579
1581 __E_FLImaging_Base_EPixelFormat_C7_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610C,
1582
1584 __E_FLImaging_Base_EPixelFormat_C7_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610D,
1585
1587 __E_FLImaging_Base_EPixelFormat_C7_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610E,
1588
1590 __E_FLImaging_Base_EPixelFormat_C7_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0610F,
1591
1593 __E_FLImaging_Base_EPixelFormat_C7_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06110,
1594
1596 __E_FLImaging_Base_EPixelFormat_C7_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06120,
1597
1599 __E_FLImaging_Base_EPixelFormat_C7_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06140,
1600
1601
1602 // Separated 7 Channel Float 32 ~ 64bit
1604 __E_FLImaging_Base_EPixelFormat_C7_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06220,
1605
1607 __E_FLImaging_Base_EPixelFormat_C7_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06240,
1608
1610 __E_FLImaging_Base_EPixelFormat_C7_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1611
1613 __E_FLImaging_Base_EPixelFormat_C7_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x06240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1614
1615
1616 // Separated 8 Channel Unsigned 1 ~ 64bit
1618 __E_FLImaging_Base_EPixelFormat_C8_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07001,
1619
1621 __E_FLImaging_Base_EPixelFormat_C8_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07004,
1622
1624 __E_FLImaging_Base_EPixelFormat_C8_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07008,
1625
1627 __E_FLImaging_Base_EPixelFormat_C8_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07009,
1628
1630 __E_FLImaging_Base_EPixelFormat_C8_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700A,
1631
1633 __E_FLImaging_Base_EPixelFormat_C8_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700B,
1634
1636 __E_FLImaging_Base_EPixelFormat_C8_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700C,
1637
1639 __E_FLImaging_Base_EPixelFormat_C8_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700D,
1640
1642 __E_FLImaging_Base_EPixelFormat_C8_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700E,
1643
1645 __E_FLImaging_Base_EPixelFormat_C8_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0700F,
1646
1648 __E_FLImaging_Base_EPixelFormat_C8_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07010,
1649
1651 __E_FLImaging_Base_EPixelFormat_C8_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07020,
1652
1654 __E_FLImaging_Base_EPixelFormat_C8_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07040,
1655
1656
1657 // Separated 8 Channel Signed 8 ~ 64bit
1659 __E_FLImaging_Base_EPixelFormat_C8_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07108,
1660
1662 __E_FLImaging_Base_EPixelFormat_C8_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07109,
1663
1665 __E_FLImaging_Base_EPixelFormat_C8_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710A,
1666
1668 __E_FLImaging_Base_EPixelFormat_C8_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710B,
1669
1671 __E_FLImaging_Base_EPixelFormat_C8_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710C,
1672
1674 __E_FLImaging_Base_EPixelFormat_C8_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710D,
1675
1677 __E_FLImaging_Base_EPixelFormat_C8_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710E,
1678
1680 __E_FLImaging_Base_EPixelFormat_C8_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0710F,
1681
1683 __E_FLImaging_Base_EPixelFormat_C8_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07110,
1684
1686 __E_FLImaging_Base_EPixelFormat_C8_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07120,
1687
1689 __E_FLImaging_Base_EPixelFormat_C8_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07140,
1690
1691
1692 // Separated 8 Channel Float 32 ~ 64bit
1694 __E_FLImaging_Base_EPixelFormat_C8_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07220,
1695
1697 __E_FLImaging_Base_EPixelFormat_C8_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07240,
1698
1700 __E_FLImaging_Base_EPixelFormat_C8_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1701
1703 __E_FLImaging_Base_EPixelFormat_C8_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x07240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1704
1705
1706 // Separated 9 Channel Unsigned 1 ~ 64bit
1708 __E_FLImaging_Base_EPixelFormat_C9_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08001,
1709
1711 __E_FLImaging_Base_EPixelFormat_C9_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08004,
1712
1714 __E_FLImaging_Base_EPixelFormat_C9_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08008,
1715
1717 __E_FLImaging_Base_EPixelFormat_C9_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08009,
1718
1720 __E_FLImaging_Base_EPixelFormat_C9_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800A,
1721
1723 __E_FLImaging_Base_EPixelFormat_C9_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800B,
1724
1726 __E_FLImaging_Base_EPixelFormat_C9_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800C,
1727
1729 __E_FLImaging_Base_EPixelFormat_C9_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800D,
1730
1732 __E_FLImaging_Base_EPixelFormat_C9_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800E,
1733
1735 __E_FLImaging_Base_EPixelFormat_C9_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0800F,
1736
1738 __E_FLImaging_Base_EPixelFormat_C9_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08010,
1739
1741 __E_FLImaging_Base_EPixelFormat_C9_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08020,
1742
1744 __E_FLImaging_Base_EPixelFormat_C9_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08040,
1745
1746
1747 // Separated 9 Channel Signed 8 ~ 64bit
1749 __E_FLImaging_Base_EPixelFormat_C9_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08108,
1750
1752 __E_FLImaging_Base_EPixelFormat_C9_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08109,
1753
1755 __E_FLImaging_Base_EPixelFormat_C9_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810A,
1756
1758 __E_FLImaging_Base_EPixelFormat_C9_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810B,
1759
1761 __E_FLImaging_Base_EPixelFormat_C9_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810C,
1762
1764 __E_FLImaging_Base_EPixelFormat_C9_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810D,
1765
1767 __E_FLImaging_Base_EPixelFormat_C9_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810E,
1768
1770 __E_FLImaging_Base_EPixelFormat_C9_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0810F,
1771
1773 __E_FLImaging_Base_EPixelFormat_C9_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08110,
1774
1776 __E_FLImaging_Base_EPixelFormat_C9_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08120,
1777
1779 __E_FLImaging_Base_EPixelFormat_C9_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08140,
1780
1781
1782 // Separated 9 Channel Float 32 ~ 64bit
1784 __E_FLImaging_Base_EPixelFormat_C9_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08220,
1785
1787 __E_FLImaging_Base_EPixelFormat_C9_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08240,
1788
1790 __E_FLImaging_Base_EPixelFormat_C9_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1791
1793 __E_FLImaging_Base_EPixelFormat_C9_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x08240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1794
1795
1796 // Separated 10 Channel Unsigned 1 ~ 64bit
1798 __E_FLImaging_Base_EPixelFormat_C10_U1_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09001,
1799
1801 __E_FLImaging_Base_EPixelFormat_C10_U4_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09004,
1802
1804 __E_FLImaging_Base_EPixelFormat_C10_U8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09008,
1805
1807 __E_FLImaging_Base_EPixelFormat_C10_U9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09009,
1808
1810 __E_FLImaging_Base_EPixelFormat_C10_U10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900A,
1811
1813 __E_FLImaging_Base_EPixelFormat_C10_U11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900B,
1814
1816 __E_FLImaging_Base_EPixelFormat_C10_U12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900C,
1817
1819 __E_FLImaging_Base_EPixelFormat_C10_U13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900D,
1820
1822 __E_FLImaging_Base_EPixelFormat_C10_U14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900E,
1823
1825 __E_FLImaging_Base_EPixelFormat_C10_U15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0900F,
1826
1828 __E_FLImaging_Base_EPixelFormat_C10_U16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09010,
1829
1831 __E_FLImaging_Base_EPixelFormat_C10_U32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09020,
1832
1834 __E_FLImaging_Base_EPixelFormat_C10_U64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09040,
1835
1836
1837 // Separated 10 Channel Signed 8 ~ 64bit
1839 __E_FLImaging_Base_EPixelFormat_C10_S8_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09108,
1840
1842 __E_FLImaging_Base_EPixelFormat_C10_S9_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09109,
1843
1845 __E_FLImaging_Base_EPixelFormat_C10_S10_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910A,
1846
1848 __E_FLImaging_Base_EPixelFormat_C10_S11_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910B,
1849
1851 __E_FLImaging_Base_EPixelFormat_C10_S12_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910C,
1852
1854 __E_FLImaging_Base_EPixelFormat_C10_S13_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910D,
1855
1857 __E_FLImaging_Base_EPixelFormat_C10_S14_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910E,
1858
1860 __E_FLImaging_Base_EPixelFormat_C10_S15_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x0910F,
1861
1863 __E_FLImaging_Base_EPixelFormat_C10_S16_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09110,
1864
1866 __E_FLImaging_Base_EPixelFormat_C10_S32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09120,
1867
1869 __E_FLImaging_Base_EPixelFormat_C10_S64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09140,
1870
1871
1872 // Separated 10 Channel Float 32 ~ 64bit
1874 __E_FLImaging_Base_EPixelFormat_C10_F32_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09220,
1875
1877 __E_FLImaging_Base_EPixelFormat_C10_F64_SEPARATED = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09240,
1878
1880 __E_FLImaging_Base_EPixelFormat_C10_F32_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09220 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1881
1883 __E_FLImaging_Base_EPixelFormat_C10_F64_SEPARATED_Unlimited = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel | 0x09240 | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1884};
1885
1894enum __E_FLImaging_Base_EFormatConverter_Depth
1895{
1897 __E_FLImaging_Base_EFormatConverter_Depth_Source = 0x000FF,
1898
1900 __E_FLImaging_Base_EFormatConverter_Depth_1 = 0x00001,
1902 __E_FLImaging_Base_EFormatConverter_Depth_4 = 0x00004,
1904 __E_FLImaging_Base_EFormatConverter_Depth_8 = 0x00008,
1906 __E_FLImaging_Base_EFormatConverter_Depth_9 = 0x00009,
1908 __E_FLImaging_Base_EFormatConverter_Depth_10 = 0x0000A,
1910 __E_FLImaging_Base_EFormatConverter_Depth_11 = 0x0000B,
1912 __E_FLImaging_Base_EFormatConverter_Depth_12 = 0x0000C,
1914 __E_FLImaging_Base_EFormatConverter_Depth_13 = 0x0000D,
1916 __E_FLImaging_Base_EFormatConverter_Depth_14 = 0x0000E,
1918 __E_FLImaging_Base_EFormatConverter_Depth_15 = 0x0000F,
1920 __E_FLImaging_Base_EFormatConverter_Depth_16 = 0x00010,
1922 __E_FLImaging_Base_EFormatConverter_Depth_32 = 0x00020,
1924 __E_FLImaging_Base_EFormatConverter_Depth_64 = 0x00040,
1925};
1926
1935enum __E_FLImaging_Base_EFormatConverter_Type
1936{
1938 __E_FLImaging_Base_EFormatConverter_Type_Source = 0x200F00,
1939
1941 __E_FLImaging_Base_EFormatConverter_Type_Unsigned = 0x00000,
1943 __E_FLImaging_Base_EFormatConverter_Type_Signed = 0x00100,
1945 __E_FLImaging_Base_EFormatConverter_Type_FloatingPoint = 0x00200,
1947 __E_FLImaging_Base_EFormatConverter_Type_Unlimited_FloatingPoint = __E_FLImaging_Base_EFormatConverter_Type_FloatingPoint | __E_FLImaging_Base_EPixelFormat_Opt_FP_Unlimited,
1948};
1949
1958enum __E_FLImaging_Base_EFormatConverter_Channel
1959{
1961 __E_FLImaging_Base_EFormatConverter_Channel_Source = 0x0F000,
1962
1964 __E_FLImaging_Base_EFormatConverter_Channel_1 = 0x00000,
1966 __E_FLImaging_Base_EFormatConverter_Channel_2 = 0x01000,
1968 __E_FLImaging_Base_EFormatConverter_Channel_3 = 0x02000,
1970 __E_FLImaging_Base_EFormatConverter_Channel_4 = 0x03000,
1972 __E_FLImaging_Base_EFormatConverter_Channel_5 = 0x04000,
1974 __E_FLImaging_Base_EFormatConverter_Channel_6 = 0x05000,
1976 __E_FLImaging_Base_EFormatConverter_Channel_7 = 0x06000,
1978 __E_FLImaging_Base_EFormatConverter_Channel_8 = 0x07000,
1980 __E_FLImaging_Base_EFormatConverter_Channel_9 = 0x08000,
1982 __E_FLImaging_Base_EFormatConverter_Channel_10 = 0x09000,
1983};
1984
1993enum __E_FLImaging_Base_EFormatConverter_ChannelSeparation
1994{
1996 __E_FLImaging_Base_EFormatConverter_ChannelSeparation_Source = 0xD00000,
1997
1999 __E_FLImaging_Base_EFormatConverter_ChannelSeparation_Combined = 0x000000,
2001 __E_FLImaging_Base_EFormatConverter_ChannelSeparation_Separated = __E_FLImaging_Base_EPixelFormat_Opt_Separate_Channel,
2002};
2003
2012enum __E_FLImaging_Base_ECPUInstructionType
2013{
2015 __E_FLImaging_Base_ECPUInstructionType_Normal = 0x00,
2016
2018 __E_FLImaging_Base_ECPUInstructionType_SSE = 0x01,
2019
2021 __E_FLImaging_Base_ECPUInstructionType_SSE2 = 0x02,
2022
2024 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2 = 0x03,
2025
2027 __E_FLImaging_Base_ECPUInstructionType_SSE3 = 0x04,
2028
2030 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3 = 0x05,
2031
2033 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3 = 0x06,
2034
2036 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3 = 0x07,
2037
2039 __E_FLImaging_Base_ECPUInstructionType_SSE4 = 0x08,
2040
2042 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4 = 0x09,
2043
2045 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4 = 0x0a,
2046
2048 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4 = 0x0b,
2049
2051 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4 = 0x0c,
2052
2054 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4 = 0x0d,
2055
2057 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4 = 0x0e,
2058
2060 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4 = 0x0f,
2061
2063 __E_FLImaging_Base_ECPUInstructionType_XOP = 0x10,
2064
2066 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP = 0x11,
2067
2069 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP = 0x12,
2070
2072 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP = 0x13,
2073
2075 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP = 0x14,
2076
2078 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP = 0x15,
2079
2081 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP = 0x16,
2082
2084 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP = 0x17,
2085
2087 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP = 0x18,
2088
2090 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP = 0x19,
2091
2093 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP = 0x1a,
2094
2096 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP = 0x1b,
2097
2099 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP = 0x1c,
2100
2102 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP = 0x1d,
2103
2105 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP = 0x1e,
2106
2108 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP = 0x1f,
2109
2111 __E_FLImaging_Base_ECPUInstructionType_AVX = 0x20,
2112
2114 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX = 0x21,
2115
2117 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX = 0x22,
2118
2120 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX = 0x23,
2121
2123 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX = 0x24,
2124
2126 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX = 0x25,
2127
2129 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX = 0x26,
2130
2132 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX = 0x27,
2133
2135 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX = 0x28,
2136
2138 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX = 0x29,
2139
2141 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX = 0x2a,
2142
2144 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX = 0x2b,
2145
2147 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX = 0x2c,
2148
2150 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX = 0x2d,
2151
2153 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX = 0x2e,
2154
2156 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX = 0x2f,
2157
2159 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX = 0x30,
2160
2162 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX = 0x31,
2163
2165 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX = 0x32,
2166
2168 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX = 0x33,
2169
2171 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX = 0x34,
2172
2174 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX = 0x35,
2175
2177 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX = 0x36,
2178
2180 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX = 0x37,
2181
2183 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX = 0x38,
2184
2186 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX = 0x39,
2187
2189 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX = 0x3a,
2190
2192 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX = 0x3b,
2193
2195 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX = 0x3c,
2196
2198 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX = 0x3d,
2199
2201 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX = 0x3e,
2202
2204 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX = 0x3f,
2205
2207 __E_FLImaging_Base_ECPUInstructionType_AVX2 = 0x40,
2208
2210 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX2 = 0x41,
2211
2213 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX2 = 0x42,
2214
2216 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX2 = 0x43,
2217
2219 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX2 = 0x44,
2220
2222 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX2 = 0x45,
2223
2225 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX2 = 0x46,
2226
2228 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX2 = 0x47,
2229
2231 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX2 = 0x48,
2232
2234 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX2 = 0x49,
2235
2237 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX2 = 0x4a,
2238
2240 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX2 = 0x4b,
2241
2243 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX2 = 0x4c,
2244
2246 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX2 = 0x4d,
2247
2249 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX2 = 0x4e,
2250
2252 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX2 = 0x4f,
2253
2255 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX2 = 0x50,
2256
2258 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX2 = 0x51,
2259
2261 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX2 = 0x52,
2262
2264 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX2 = 0x53,
2265
2267 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX2 = 0x54,
2268
2270 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX2 = 0x55,
2271
2273 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX2 = 0x56,
2274
2276 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX2 = 0x57,
2277
2279 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX2 = 0x58,
2280
2282 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX2 = 0x59,
2283
2285 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX2 = 0x5a,
2286
2288 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX2 = 0x5b,
2289
2291 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX2 = 0x5c,
2292
2294 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX2 = 0x5d,
2295
2297 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX2 = 0x5e,
2298
2300 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX2 = 0x5f,
2301
2303 __E_FLImaging_Base_ECPUInstructionType_AVX_AVX2 = 0x60,
2304
2306 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX_AVX2 = 0x61,
2307
2309 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX_AVX2 = 0x62,
2310
2312 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX_AVX2 = 0x63,
2313
2315 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX_AVX2 = 0x64,
2316
2318 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX_AVX2 = 0x65,
2319
2321 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX_AVX2 = 0x66,
2322
2324 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX_AVX2 = 0x67,
2325
2327 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX_AVX2 = 0x68,
2328
2330 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX_AVX2 = 0x69,
2331
2333 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX_AVX2 = 0x6a,
2334
2336 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX_AVX2 = 0x6b,
2337
2339 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX_AVX2 = 0x6c,
2340
2342 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX_AVX2 = 0x6d,
2343
2345 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX_AVX2 = 0x6e,
2346
2348 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX_AVX2 = 0x6f,
2349
2351 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX_AVX2 = 0x70,
2352
2354 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX_AVX2 = 0x71,
2355
2357 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX_AVX2 = 0x72,
2358
2360 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX_AVX2 = 0x73,
2361
2363 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX_AVX2 = 0x74,
2364
2366 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX_AVX2 = 0x75,
2367
2369 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX_AVX2 = 0x76,
2370
2372 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX_AVX2 = 0x77,
2373
2375 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX_AVX2 = 0x78,
2376
2378 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX_AVX2 = 0x79,
2379
2381 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX_AVX2 = 0x7a,
2382
2384 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX_AVX2 = 0x7b,
2385
2387 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX_AVX2 = 0x7c,
2388
2390 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX_AVX2 = 0x7d,
2391
2393 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX_AVX2 = 0x7e,
2394
2396 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX_AVX2 = 0x7f,
2397
2399 __E_FLImaging_Base_ECPUInstructionType_AVX512F = 0x80,
2400
2402 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX512F = 0x81,
2403
2405 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX512F = 0x82,
2406
2408 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX512F = 0x84,
2409
2411 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX512F = 0x88,
2412
2414 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX512F = 0x90,
2415
2417 __E_FLImaging_Base_ECPUInstructionType_AVX_AVX512F = 0xa0,
2418
2420 __E_FLImaging_Base_ECPUInstructionType_AVX2_AVX512F = 0xc0,
2421
2423 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX512F = 0x83,
2424
2426 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX512F = 0x85,
2427
2429 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX512F = 0x89,
2430
2432 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX512F = 0x91,
2433
2435 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX_AVX512F = 0xa1,
2436
2438 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX2_AVX512F = 0xc1,
2439
2441 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX512F = 0x86,
2442
2444 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX512F = 0x8a,
2445
2447 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX512F = 0x92,
2448
2450 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX_AVX512F = 0xa2,
2451
2453 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX2_AVX512F = 0xc2,
2454
2456 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX512F = 0x8c,
2457
2459 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX512F = 0x94,
2460
2462 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX_AVX512F = 0xa4,
2463
2465 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX2_AVX512F = 0xc4,
2466
2468 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX512F = 0x98,
2469
2471 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX_AVX512F = 0xa8,
2472
2474 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX2_AVX512F = 0xc8,
2475
2477 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX_AVX512F = 0xb0,
2478
2480 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX2_AVX512F = 0xd0,
2481
2483 __E_FLImaging_Base_ECPUInstructionType_AVX_AVX2_AVX512F = 0xe0,
2484
2486 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX512F = 0x87,
2487
2489 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX512F = 0x8b,
2490
2492 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX512F = 0x93,
2493
2495 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX_AVX512F = 0xa3,
2496
2498 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX2_AVX512F = 0xc3,
2499
2501 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX512F = 0x8d,
2502
2504 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX512F = 0x95,
2505
2507 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX_AVX512F = 0xa5,
2508
2510 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX2_AVX512F = 0xc5,
2511
2513 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX512F = 0x99,
2514
2516 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX_AVX512F = 0xa9,
2517
2519 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX2_AVX512F = 0xc9,
2520
2522 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX_AVX512F = 0xb1,
2523
2525 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX2_AVX512F = 0xd1,
2526
2528 __E_FLImaging_Base_ECPUInstructionType_SSE_AVX_AVX2_AVX512F = 0xe1,
2529
2531 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX512F = 0x8e,
2532
2534 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX512F = 0x96,
2535
2537 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX_AVX512F = 0xa6,
2538
2540 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX2_AVX512F = 0xc6,
2541
2543 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX512F = 0x9a,
2544
2546 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX_AVX512F = 0xaa,
2547
2549 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX2_AVX512F = 0xca,
2550
2552 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX_AVX512F = 0xb2,
2553
2555 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX2_AVX512F = 0xd2,
2556
2558 __E_FLImaging_Base_ECPUInstructionType_SSE2_AVX_AVX2_AVX512F = 0xe2,
2559
2561 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX512F = 0x9c,
2562
2564 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX_AVX512F = 0xac,
2565
2567 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX2_AVX512F = 0xcc,
2568
2570 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX_AVX512F = 0xb4,
2571
2573 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX2_AVX512F = 0xd4,
2574
2576 __E_FLImaging_Base_ECPUInstructionType_SSE3_AVX_AVX2_AVX512F = 0xe4,
2577
2579 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX_AVX512F = 0xb8,
2580
2582 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX2_AVX512F = 0xd8,
2583
2585 __E_FLImaging_Base_ECPUInstructionType_SSE4_AVX_AVX2_AVX512F = 0xe8,
2586
2588 __E_FLImaging_Base_ECPUInstructionType_XOP_AVX_AVX2_AVX512F = 0xf0,
2589
2591 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX512F = 0x8f,
2592
2594 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX512F = 0x97,
2595
2597 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX_AVX512F = 0xa7,
2598
2600 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX2_AVX512F = 0xc7,
2601
2603 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX512F = 0x9b,
2604
2606 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX_AVX512F = 0xab,
2607
2609 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX2_AVX512F = 0xcb,
2610
2612 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX_AVX512F = 0xb3,
2613
2615 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX2_AVX512F = 0xd3,
2616
2618 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_AVX_AVX2_AVX512F = 0xe3,
2619
2621 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX512F = 0x9d,
2622
2624 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX_AVX512F = 0xad,
2625
2627 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX2_AVX512F = 0xcd,
2628
2630 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX_AVX512F = 0xb5,
2631
2633 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX2_AVX512F = 0xd5,
2634
2636 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_AVX_AVX2_AVX512F = 0xe5,
2637
2639 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX_AVX512F = 0xb9,
2640
2642 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX2_AVX512F = 0xd9,
2643
2645 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_AVX_AVX2_AVX512F = 0xe9,
2646
2648 __E_FLImaging_Base_ECPUInstructionType_SSE_XOP_AVX_AVX2_AVX512F = 0xf1,
2649
2651 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX512F = 0x9e,
2652
2654 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX_AVX512F = 0xae,
2655
2657 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX2_AVX512F = 0xce,
2658
2660 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX_AVX512F = 0xb6,
2661
2663 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX2_AVX512F = 0xd6,
2664
2666 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_AVX_AVX2_AVX512F = 0xe6,
2667
2669 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX_AVX512F = 0xba,
2670
2672 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX2_AVX512F = 0xda,
2673
2675 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_AVX_AVX2_AVX512F = 0xea,
2676
2678 __E_FLImaging_Base_ECPUInstructionType_SSE2_XOP_AVX_AVX2_AVX512F = 0xf2,
2679
2681 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX_AVX512F = 0xbc,
2682
2684 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX2_AVX512F = 0xdc,
2685
2687 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_AVX_AVX2_AVX512F = 0xec,
2688
2690 __E_FLImaging_Base_ECPUInstructionType_SSE3_XOP_AVX_AVX2_AVX512F = 0xf4,
2691
2693 __E_FLImaging_Base_ECPUInstructionType_SSE4_XOP_AVX_AVX2_AVX512F = 0xf8,
2694
2696 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX512F = 0x9f,
2697
2699 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX_AVX512F = 0xaf,
2700
2702 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX2_AVX512F = 0xcf,
2703
2705 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX_AVX512F = 0xb7,
2706
2708 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX2_AVX512F = 0xd7,
2709
2711 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_AVX_AVX2_AVX512F = 0xe7,
2712
2714 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX_AVX512F = 0xbb,
2715
2717 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX2_AVX512F = 0xdb,
2718
2720 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_AVX_AVX2_AVX512F = 0xeb,
2721
2723 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_XOP_AVX_AVX2_AVX512F = 0xf3,
2724
2726 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX_AVX512F = 0xbd,
2727
2729 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX2_AVX512F = 0xdd,
2730
2732 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_AVX_AVX2_AVX512F = 0xed,
2733
2735 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_XOP_AVX_AVX2_AVX512F = 0xf5,
2736
2738 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE4_XOP_AVX_AVX2_AVX512F = 0xf9,
2739
2741 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX_AVX512F = 0xbe,
2742
2744 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX2_AVX512F = 0xde,
2745
2747 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_AVX_AVX2_AVX512F = 0xee,
2748
2750 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_XOP_AVX_AVX2_AVX512F = 0xf6,
2751
2753 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE4_XOP_AVX_AVX2_AVX512F = 0xfa,
2754
2756 __E_FLImaging_Base_ECPUInstructionType_SSE3_SSE4_XOP_AVX_AVX2_AVX512F = 0xfc,
2757
2759 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX_AVX512F = 0xbf,
2760
2762 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_XOP_AVX2_AVX512F = 0xdf,
2763
2765 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_SSE4_AVX_AVX2_AVX512F = 0xef,
2766
2768 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE3_XOP_AVX_AVX2_AVX512F = 0xf7,
2769
2771 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE2_SSE4_XOP_AVX_AVX2_AVX512F = 0xfb,
2772
2774 __E_FLImaging_Base_ECPUInstructionType_SSE_SSE3_SSE4_XOP_AVX_AVX2_AVX512F = 0xfd,
2775
2777 __E_FLImaging_Base_ECPUInstructionType_SSE2_SSE3_SSE4_XOP_AVX_AVX2_AVX512F = 0xfe,
2778};
2779
2788enum __E_FLImaging_Base_EOperatingSystemType
2789{
2791 __E_FLImaging_Base_EOperatingSystemType_Unknown = 0,
2792
2794 __E_FLImaging_Base_EOperatingSystemType_WindowsXP,
2795
2797 __E_FLImaging_Base_EOperatingSystemType_WindowsXPProfessionalX64,
2798
2800 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2003,
2801
2803 __E_FLImaging_Base_EOperatingSystemType_WindowsHomeServer,
2804
2806 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2003R2,
2807
2809 __E_FLImaging_Base_EOperatingSystemType_WindowsVista,
2810
2812 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2008,
2813
2815 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2008R2,
2816
2818 __E_FLImaging_Base_EOperatingSystemType_Windows7,
2819
2821 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2012,
2822
2824 __E_FLImaging_Base_EOperatingSystemType_Windows8,
2825
2827 __E_FLImaging_Base_EOperatingSystemType_WindowsServer2012R2,
2828
2830 __E_FLImaging_Base_EOperatingSystemType_Windows8_1,
2831
2833 __E_FLImaging_Base_EOperatingSystemType_Windows10,
2834
2836 __E_FLImaging_Base_EOperatingSystemType_Windows11,
2837
2839 __E_FLImaging_Base_EOperatingSystemType_LaterThanWindows11,
2840};
2841
2850enum __E_FLImaging_Base_EPlatformType
2851{
2853 __E_FLImaging_Base_EPlatformType_Unknown = 0,
2854
2856 __E_FLImaging_Base_EPlatformType_x86,
2857
2859 __E_FLImaging_Base_EPlatformType_x64,
2860
2862 __E_FLImaging_Base_EPlatformType_ARM32,
2863
2865 __E_FLImaging_Base_EPlatformType_ARM64
2866};
2867
2876enum __E_FLImaging_Base_EColorSequence
2877{
2878 __E_FLImaging_Base_EColorSequence_Default = -1,
2879
2881 __E_FLImaging_Base_EColorSequence_BGR = 0,
2882
2884 __E_FLImaging_Base_EColorSequence_RGB,
2885
2887 __E_FLImaging_Base_EColorSequence_BGRA,
2888
2890 __E_FLImaging_Base_EColorSequence_RGBA,
2891
2893 __E_FLImaging_Base_EColorSequence_ABGR,
2894
2896 __E_FLImaging_Base_EColorSequence_ARGB,
2897
2899 __E_FLImaging_Base_EColorSequence_YCbCr444,
2900
2902 __E_FLImaging_Base_EColorSequence_YCbCr422,
2903
2905 __E_FLImaging_Base_EColorSequence_YCbCr420,
2906
2908 __E_FLImaging_Base_EColorSequence_HSV,
2909
2911 __E_FLImaging_Base_EColorSequence_VSH,
2912
2914 __E_FLImaging_Base_EColorSequence_CMYK,
2915
2917 __E_FLImaging_Base_EColorSequence_KYMC,
2918
2920 __E_FLImaging_Base_EColorSequence_Lab,
2921
2923 __E_FLImaging_Base_EColorSequence_baL,
2924
2926 __E_FLImaging_Base_EColorSequence_HSI,
2927
2929 __E_FLImaging_Base_EColorSequence_ISH,
2930
2932 __E_FLImaging_Base_EColorSequence_HSL,
2933
2935 __E_FLImaging_Base_EColorSequence_LSH,
2936
2938 __E_FLImaging_Base_EColorSequence_LCh,
2939
2941 __E_FLImaging_Base_EColorSequence_hCL,
2942
2944 __E_FLImaging_Base_EColorSequence_Ok_Lab,
2945
2947 __E_FLImaging_Base_EColorSequence_Ok_baL,
2948
2950 __E_FLImaging_Base_EColorSequence_Ok_LCh,
2951
2953 __E_FLImaging_Base_EColorSequence_Ok_hCL,
2954};
2955
2964enum __E_FLImaging_Base_EXYZSequence
2965{
2966 __E_FLImaging_Base_EXYZSequence_Default = -1,
2967
2969 __E_FLImaging_Base_EXYZSequence_XYZ = 0,
2970
2972 __E_FLImaging_Base_EXYZSequence_ZYX,
2973
2975 __E_FLImaging_Base_EXYZSequence_XYZV,
2976
2978 __E_FLImaging_Base_EXYZSequence_VZYX,
2979
2981 __E_FLImaging_Base_EXYZSequence_VXYZ,
2982
2984 __E_FLImaging_Base_EXYZSequence_ZYXV,
2985};
2986
2995enum __E_FLImaging_Base_EByteOrder
2996{
2998 __E_FLImaging_Base_EByteOrder_LittleEndian = 0,
3000 __E_FLImaging_Base_EByteOrder_BigEndian,
3001};
3002
3011enum __E_FLImaging_Base_EByteOrderMark
3012{
3014 __E_FLImaging_Base_EByteOrderMark_ANSI = 0,
3016 __E_FLImaging_Base_EByteOrderMark_UTF_8,
3018 __E_FLImaging_Base_EByteOrderMark_UTF_16BE,
3020 __E_FLImaging_Base_EByteOrderMark_UTF_16LE,
3022 __E_FLImaging_Base_EByteOrderMark_UTF_32BE,
3024 __E_FLImaging_Base_EByteOrderMark_UTF_32LE,
3025};
3026
3035enum __E_FLImaging_Base_EByteOrderMarkSize
3036{
3038 __E_FLImaging_Base_EByteOrderMarkSize_ANSI = 0,
3040 __E_FLImaging_Base_EByteOrderMarkSize_UTF_8 = 3,
3042 __E_FLImaging_Base_EByteOrderMarkSize_UTF_16BE = 2,
3044 __E_FLImaging_Base_EByteOrderMarkSize_UTF_16LE = 2,
3046 __E_FLImaging_Base_EByteOrderMarkSize_UTF_32BE = 4,
3048 __E_FLImaging_Base_EByteOrderMarkSize_UTF_32LE = 4,
3049};
3050
3059enum __E_FLImaging_Base_EImageExtraDataType
3060{
3062 __E_FLImaging_Base_EImageExtraDataType_Unknown = -1,
3063
3065 __E_FLImaging_Base_EImageExtraDataType_FourierTransform = 0,
3066
3068 __E_FLImaging_Base_EImageExtraDataType_Color,
3069
3071 __E_FLImaging_Base_EImageExtraDataType_RealValuedFourierTransform,
3072
3074 __E_FLImaging_Base_EImageExtraDataType_DiscreteWaveletTransform,
3075
3077 __E_FLImaging_Base_EImageExtraDataType_DiscreteCosineTransform,
3078
3080 __E_FLImaging_Base_EImageExtraDataType_XYZ,
3081
3083 __E_FLImaging_Base_EImageExtraDataType_DiscreteSineTransform,
3084
3086 __E_FLImaging_Base_EImageExtraDataType_HeightMap,
3087
3089 __E_FLImaging_Base_EImageExtraDataType_Count,
3090};
3091
3100enum __E_FLImaging_Base_ELogicalCondition
3101{
3102
3110 __E_FLImaging_Base_ELogicalCondition_Greater = 0,
3111
3119 __E_FLImaging_Base_ELogicalCondition_GreaterEqual,
3120
3128 __E_FLImaging_Base_ELogicalCondition_Equal,
3129
3137 __E_FLImaging_Base_ELogicalCondition_NotEqual,
3138
3146 __E_FLImaging_Base_ELogicalCondition_LessEqual,
3147
3155 __E_FLImaging_Base_ELogicalCondition_Less,
3156};