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

TSVGGradient

Declaration

Source position: fpsvg.types.pp line 256

type TSVGGradient = record

public

  Kind: TSVGPaintServerKind;

  Mixing: TSVGColorInterpolation;

  Units: TSVGGradientUnits;

  Spread: TSVGSpreadMethod;

  Transform: TSVGMatrix;

  First: TSVGPoint;

  Second: TSVGPoint;

  Focus: TSVGPoint;

  Radius: Double;

  Stops: TSVGGradientStopArray;

  class function CreateLinear();

  class function CreateRadial();

  procedure AddStop();

  procedure ClampFocus;

  function ApplySpread();

  function ColorAt();

  function OffsetAt();

  class function BoxTransform();

  function HasStops;

  function ToString;

end;


Documentation generated on: 2026-09-25