PictureSaturation

data class PictureSaturation(val value: Int = 36)

Parameters

value

The saturation value within [0, 100], default 36

Constructors

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

Properties

Link copied to clipboard
val value: Int = 36