- 4.51.1.4. -
Table of Contents
4. Standard Units
4.51. ObjGfx40 - ObjectGraphics 4.0 Unit
4.51.1. ObjGfx40 Unit Constants, Variables, and Data Types
4.51.1.4. OG_MAC_PIXFMT_16BPP constant
4.51.1.4. OG_MAC_PIXFMT_16BPP constant
Targets: MS-DOS, Win32 console
ObjGfx40 Unit
Defines a special pixel format based on the 16BPP RGBA 4:4:4:4 format on the Mac.
Declaration:
const
OG_MAC_PIXFMT_16BPP : ogPixelFmt =
(BPP:16;
redFieldPosition:8;
greenFieldPosition:4;
blueFieldPosition:0;
alphaFieldPosition:12;
redMaskSize:4;
greenMaskSize:4;
blueMaskSize:4;
alphaMaskSize:4;
reserved:(0,0,0,0,0,0,0)
); {OG_MAC_PIXFMT_16BPP}
See also:
- 4.51.1.4. -