Previous: 4.51.1.9. OG_PIXFMT_24BPP constant To the Table of Contents Next: 4.51.1.11. int8 type
4.51.1.9. OG_PIXFMT_24BPP constant Table of Contents 4.51.1.11. int8 type

- 4.51.1.10. -
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.10. OG_PIXFMT_32BPP constant


4.51.1.10. OG_PIXFMT_32BPP constant

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Defines a commonly used 32-BPP pixel format with an alpha channel.

Declaration:
const
  OG_PIXFMT_32BPP : ogPixelFmt =
    (BPP:32;
     redFieldPosition:16;
     greenFieldPosition:8;
     blueFieldPosition:0;
     alphaFieldPosition:24;
     redMaskSize:8;
     greenMaskSize:8;
     blueMaskSize:8;
     alphaMaskSize:8;
     reserved:(0,0,0,0,0,0,0)
    ); {OG_PIXFMT_32BPP}
See also:


Previous: 4.51.1.9. OG_PIXFMT_24BPP constant To the Table of Contents Next: 4.51.1.11. int8 type
4.51.1.9. OG_PIXFMT_24BPP constant Table of Contents 4.51.1.11. int8 type

- 4.51.1.10. -