Screenshot Options
data class ScreenshotOptions(val format: ScreenshotFormat = ScreenshotFormat.PNG, val quality: Int = 100)
How to encode a screenshot.
Properties
Link copied to clipboard
The image encoding to produce.
Link copied to clipboard
0-100. Ignored by ScreenshotFormat.PNG, which is always lossless.