type TLUT8 = array [Byte] of Byte;
A look-up table of 256 values, each ranging from 0 to 255.
TLUT8 is used to transform color data with ApplyLUT procedure.
[See also]