Compose Camera LogoCompose Camera
APICore ModuleData Classes

ExposureState

Documentation for ExposureState data class.

ExposureState

Holds the current status of the camera's exposure compensation.

data class ExposureState(
    val exposureCompensation: Float,
    val exposureCompensationRange: Range<Float>,
    val exposureStep: Float
)

Properties

PropertyTypeDescription
exposureCompensationFloatThe current exposure compensation index/value.
exposureCompensationRangeRange<Float>The supported range of exposure compensation values (min, max).
exposureStepFloatThe smallest increment/step by which exposure compensation can be adjusted.

On this page