Source position: ImagingTypes.pas line 316
type TColor96FPRec = packed record |
||
case Byte of |
||
0: ( |
||
B: Single; |
|
|
G: Single; |
|
|
R: Single; |
|
|
); |
||
1: ( |
||
Channels: array [0..2] of Single; |
|
|
); |
||
end; |
| CT Web help |
| CodeTyphon Studio |