Previous: 4.51.1.29. ogPoint3d type To the Table of Contents Next: 4.51.1.31. ogRGBA8 type
4.51.1.29. ogPoint3d type Table of Contents 4.51.1.31. ogRGBA8 type

- 4.51.1.30. -
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.30. ogRGB8 type


4.51.1.30. ogRGB8 type

Targets: MS-DOS, Win32 console


ObjGfx40 Unit

Declaration:
type
  ogRGB8 = packed record
    red   : uInt8;
    green : uInt8;
    blue  : uInt8;
  end;
See Also:


Previous: 4.51.1.29. ogPoint3d type To the Table of Contents Next: 4.51.1.31. ogRGBA8 type
4.51.1.29. ogPoint3d type Table of Contents 4.51.1.31. ogRGBA8 type

- 4.51.1.30. -