ColorResponse

data class ColorResponse(val brightness: Double, val contrast: Double, val saturation: Double)

Color preprocessing configuration. Note: This configuration is not supported.

Constructors

Link copied to clipboard
fun ColorResponse(brightness: Double, contrast: Double, saturation: Double)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Control brightness of the video. Enter a value between -1 and 1, where -1 is minimum brightness and 1 is maximum brightness. 0 is no change. The default is 0.

Link copied to clipboard

Control black and white contrast of the video. Enter a value between -1 and 1, where -1 is minimum contrast and 1 is maximum contrast. 0 is no change. The default is 0.

Link copied to clipboard

Control color saturation of the video. Enter a value between -1 and 1, where -1 is fully desaturated and 1 is maximum saturation. 0 is no change. The default is 0.