rotate

fun <I> Transform<I, PlatformBitmapImage>.rotate(degrees: Float, interpolation: Interpolation = Interpolation.BILINEAR): Transform<I, PlatformBitmapImage>(source)

Chains an ImageRotate transform.

Parameters

degrees

Rotation angle (positive = clockwise)

interpolation

Interpolation method (default: BILINEAR)