MonochromeVideoEffect

class MonochromeVideoEffect(val name: String = "monochrome") : VideoEffect

An object that provides a monochrome effect.

Constructors

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

Properties

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

The name of shader.

Link copied to clipboard