drawBezierPatches

fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorRGBa>>, subdivisions: Int = 32)(source)
@JvmName(name = "drawBezierPatchesOKLab")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatchBase<ColorOKLABa>>, subdivisions: Int = 32)(source)
@JvmName(name = "drawBezierPatches3D")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorRGBa>>, subdivisions: Int = 32)(source)
@JvmName(name = "drawBezierPatches3DOKLab")
fun drawBezierPatches(context: DrawContext, drawStyle: DrawStyle, bezierPatches: List<BezierPatch3DBase<ColorOKLABa>>, subdivisions: Int = 32)(source)