packed record TRGBColor

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TRGBColor = packed record

Description

This data structure can be used as RGB color value. Each of the component uses 8 bits.

Overview

Fields

r : Byte;
g : Byte;
b : Byte;

Description

Fields

r : Byte;
 
g : Byte;
 
b : Byte;