LinearGradient

LinearGradient

Overview

LinearGradient is a type in Aspose.PDF FOSS for Go.

LinearGradient interpolates colour along the line from (X1, Y1) to (X2, Y2).

Properties: Stops, X1, X2, Y1, Y2.

Properties

NameTypeAccessDescription
X1float64Read/WriteGets the x1.
Y1float64Read/WriteGets the y1.
X2float64Read/WriteGets the x2.
Y2float64Read/WriteGets the y2.
Stops[]GradientStopRead/WriteGets the stops.

See Also

 English