Previous: 4.51.1.5. OG_NULL_PIXFMT constant To the Table of Contents Next: 4.51.1.7. OG_PIXFMT_15BPP constant
4.51.1.5. OG_NULL_PIXFMT constant Table of Contents 4.51.1.7. OG_PIXFMT_15BPP constant

- 4.51.1.6. -
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.6. OG_PIXFMT_8BPP constant


4.51.1.6. OG_PIXFMT_8BPP constant

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Defines the standard 8BPP pixel format. Note that only the BPP is actually used. The rest of the fields are ignored.

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


Previous: 4.51.1.5. OG_NULL_PIXFMT constant To the Table of Contents Next: 4.51.1.7. OG_PIXFMT_15BPP constant
4.51.1.5. OG_NULL_PIXFMT constant Table of Contents 4.51.1.7. OG_PIXFMT_15BPP constant

- 4.51.1.6. -