Einhugur SVG Plugin for Xojo

EinhugurSVG.LayoutLinearGradient Class

Layout linear gradient class.

(Part of the preliminary support for walking and tweaking the SVG model)

Tweaking the model allows you to do things like this to for example created disabled version of your SVG:


svg.Root.Opacity = 00.3

EinhugurSVG.LayoutGradient
   LayoutLinearGradient

class EinhugurSVG.LayoutLinearGradient

Constructors

LayoutLinearGradient (private) Private constructor.

Properties

ID (Inherited) ID of the object.
SpreadMethod (Inherited) Spread method of the gradient.
X1X1 for the gradient.
X2X2 for the gradient.
Y1Y1 for the gradient.
Y2Y1 for the gradient.

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS