Package: gsk
Function gsk:radial-gradient-node-new
Lambda Listgsk:radial-gradient-node-new (bounds center hradius vradius start end color-stops) ArgumentsReturn ValueThe new gsk:radial-gradient-node instance. Details
Creates a render node that will create a radial gradient. The radial gradient starts around center. The size of the gradient is dictated by hradius in horizontal orientation and by vradius in
vertial orientation. The offsets of all color stops must be increasing. The first stop's offset must be >= 0 and the last stop's offset must be <= 1. | See also |
#2023-11-27