TColor32GradientStop = record Offset: TFloat; // between 0 and 1 Color32: TColor32; end;
A record containing the offset (TFloat) and color (TColor32). The offset shall be within 0 and 1, otherwise the color stop might be ignored.