Class PShapeSVG.LinearGradient

All Implemented Interfaces:
PConstants
Enclosing class:
PShapeSVG

public static class PShapeSVG.LinearGradient extends PShapeSVG.Gradient
  • Field Details

    • x1

      public float x1
    • y1

      public float y1
    • x2

      public float x2
    • y2

      public float y2
  • Constructor Details

    • LinearGradient

      public LinearGradient(PShapeSVG parent, XML properties)