CompressionFactorSupport

@Serializable
data class CompressionFactorSupport(val min: Int, val max: Int, val normal: Int, val step: Int)

Constructors

Link copied to clipboard
constructor(min: Int, max: Int, normal: Int, step: Int)

Properties

Link copied to clipboard
val max: Int
Link copied to clipboard
val min: Int
Link copied to clipboard
val normal: Int
Link copied to clipboard
val step: Int