TColor32GradientStop

TColor32GradientStop = record
Offset: TFloat; // between 0 and 1
Color32: TColor32;
end;

Description

A record containing the offset (TFloat) and color (TColor32). The offset shall be within 0 and 1, otherwise the color stop might be ignored.