TextureOp

interface TextureOp

An filiter/transform used for image processing.

Author

KKoishi_

Inheritors

Functions

Link copied to clipboard
abstract fun apply(g: Graphics2D, texture: BufferedImage)

Apply this operation to the specified Graphics2D and render the texture using g.

Link copied to clipboard

Creates a zeroed destination image with the correct size and number of bands.