ExposureCompensation

data class ExposureCompensation(val value: Int = 0)

The exposure compensation value

Parameters

value

the value within [-10, 10], default: 0

Constructors

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

Properties

Link copied to clipboard
val value: Int = 0