Previous: 4.51.1.31. ogRGBA8 type To the Table of Contents Next: 4.51.1.33. ogRGBA32 type
4.51.1.31. ogRGBA8 type Table of Contents 4.51.1.33. ogRGBA32 type

- 4.51.1.32. -
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.32. ogRGB32 type


4.51.1.32. ogRGB32 type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Declaration:
type
  ogRGB32 = packed record
    red   : uInt32;
    green : uInt32;
    blue  : uInt32;
  end;
See Also:


Previous: 4.51.1.31. ogRGBA8 type To the Table of Contents Next: 4.51.1.33. ogRGBA32 type
4.51.1.31. ogRGBA8 type Table of Contents 4.51.1.33. ogRGBA32 type

- 4.51.1.32. -