Previous: 4.51.1.4. OG_MAC_PIXFMT_16BPP constant To the Table of Contents Next: 4.51.1.6. OG_PIXFMT_8BPP constant
4.51.1.4. OG_MAC_PIXFMT_16BPP constant Table of Contents 4.51.1.6. OG_PIXFMT_8BPP constant

- 4.51.1.5. -
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.5. OG_NULL_PIXFMT constant


4.51.1.5. OG_NULL_PIXFMT constant

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Defines a placeholder pixel format.

Declaration:
const
  OG_NULL_PIXFMT      : ogPixelFmt =
    (BPP:0;
     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_NULL_PIXFMT}
See also:


Previous: 4.51.1.4. OG_MAC_PIXFMT_16BPP constant To the Table of Contents Next: 4.51.1.6. OG_PIXFMT_8BPP constant
4.51.1.4. OG_MAC_PIXFMT_16BPP constant Table of Contents 4.51.1.6. OG_PIXFMT_8BPP constant

- 4.51.1.5. -