Unit 'fpsvg.types' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-svg]

TSVGGradientStop

Declaration

Source position: fpsvg.types.pp line 241

type TSVGGradientStop = record

public

  Offset: Double;

  Color: TSVGColor;

  Opacity: Double;

  constructor Create();

  function EffectiveColor;

  function ToString;

end;


Documentation generated on: 2026-09-25