PoissonBlender

class PoissonBlender(val width: Int, val height: Int, type: ColorType = ColorType.FLOAT32)(source)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, type: ColorType = ColorType.FLOAT32)

Properties

Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
fun destroy()
Link copied to clipboard
fun process(target: ColorBuffer, source: ColorBuffer, mask: ColorBuffer, softMask: ColorBuffer = mask, softMaskGain: Double = 1.0): ColorBuffer