IsoValue

data class IsoValue(val value: Int = 1)

The ISO value

Parameters

value

the value within [1, 100], default: 1

Constructors

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

Properties

Link copied to clipboard
val value: Int = 1