BezierPatchBase

constructor(points: List<List<Vector2>>, colors: List<List<C>> = emptyList())(source)

Parameters

C

The type of the color, which must implement the interfaces AlgebraicColor and ConvertibleToColorRGBa.