eSCLKt
Toggle table of contents
2.0.1
common
Target filter
common
Switch theme
Search in API
Skip to content
eSCLKt
eSCLKt
/
io.github.chrisimx.esclkt
/
SharpenSupport
Sharpen
Support
@
Serializable
data
class
SharpenSupport
(
val
min
:
Int
,
val
max
:
Int
,
val
normal
:
Int
?
,
val
step
:
Int
)
Members
Constructors
Sharpen
Support
Link copied to clipboard
constructor
(
min
:
Int
,
max
:
Int
,
normal
:
Int
?
,
step
:
Int
)
Properties
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int
normal
Link copied to clipboard
val
normal
:
Int
?
step
Link copied to clipboard
val
step
:
Int