Previous: 4.51.1.8. OG_PIXFMT_16BPP constant To the Table of Contents Next: 4.51.1.10. OG_PIXFMT_32BPP constant
4.51.1.8. OG_PIXFMT_16BPP constant Table of Contents 4.51.1.10. OG_PIXFMT_32BPP constant

- 4.51.1.9. -
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.9. OG_PIXFMT_24BPP constant


4.51.1.9. OG_PIXFMT_24BPP constant

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Defines a commonly used 24-BPP pixel format with no alpha channel.

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


Previous: 4.51.1.8. OG_PIXFMT_16BPP constant To the Table of Contents Next: 4.51.1.10. OG_PIXFMT_32BPP constant
4.51.1.8. OG_PIXFMT_16BPP constant Table of Contents 4.51.1.10. OG_PIXFMT_32BPP constant

- 4.51.1.9. -