Packed Record TPackedRGBTriple

Hierarchy
Methods
Properties

Unit

Declaration

type TPackedRGBTriple = packed record

Description

8-bit RGB values

Overview

Fields

Public r: byte;
Public g: byte;
Public b: byte;

Description

Fields

Public r: byte;

This item has no description.

Public g: byte;

This item has no description.

Public b: byte;

This item has no description.