Source position: ImagingTypes.pas line 303
type TColor64Rec = packed record |
||
case Byte of |
||
0: ( |
||
Color: TColor64; |
|
|
); |
||
1: ( |
||
B: Word; |
|
|
G: Word; |
|
|
R: Word; |
|
|
A: Word; |
|
|
); |
||
2: ( |
||
Channels: array [0..3] of Word; |
|
|
); |
||
3: ( |
||
Color48Rec: TColor48Rec; |
|
|
); |
||
end; |
| CT Web help |
| CodeTyphon Studio |