The OpenD Programming Language

LinearGradient.getLinearPoints

Gets the gradient endpoints for a linear gradient.

class LinearGradient
Point!(double)[2]
getLinearPoints
()

Return Value

Type: Point!(double)[2]

Point[0] = the first point

Point[1] = the second point

Meta