u_dataset
type TRGBColor = packed record
This data structure can be used as RGB color value. Each of the component uses 8 bits.
r : Byte;
g : Byte;
b : Byte;