PNG

data class PNG(val quality: Int) : CapturableSaveImageType

share type PNG

Parameters

quality

compress quality(0 ~ 100)

Constructors

Link copied to clipboard
constructor(quality: Int)

Properties

Link copied to clipboard
open override val quality: Int
Link copied to clipboard