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; |