Package-level declarations

Types

Link copied to clipboard
class AlphaToBitmap : Filter
Link copied to clipboard
class Laplacian : Filter1to1

Laplacian filter

Link copied to clipboard
class LaplacianIntegrator(width: Int, height: Int, downscaling: Int = 1, type: ColorType = ColorType.FLOAT32)
Link copied to clipboard
class PoissonBlend : Filter2to1
Link copied to clipboard
class PoissonBlender(val width: Int, val height: Int, type: ColorType = ColorType.FLOAT32)
Link copied to clipboard
class PoissonFill : Filter1to1

Poison filling as a filter

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