PictureBrightness

data class PictureBrightness(val value: Int = 0)

Parameters

value

The brightness value within [-30, 30], default 0

Constructors

Link copied to clipboard
constructor(value: Int = 0)

Properties

Link copied to clipboard
val value: Int = 0