MosaicVideoEffect

class MosaicVideoEffect(val name: String = "mosaic") : VideoEffect

An object that provides a mosaic effect.

Constructors

Link copied to clipboard
constructor(name: String = "mosaic")

Properties

Link copied to clipboard
open val methods: Array<Method>
Link copied to clipboard
Link copied to clipboard
open override val name: String

The name of shader.

Link copied to clipboard