linearGradient

Creates and returns a linear gradient. Parameters (sx, sy) (ex, ey) specify the start and end coordinates of the linear gradient, icol specifies the start color and ocol the end color. The gradient is transformed by the current transform when it is passed to fillPaint or strokePaint.

nothrow @trusted @nogc
NVGPaint
linearGradient
(,
in float sx
,
in float sy
,
in float ex
,
in float ey
,,)

See Also

Meta