Package org.pushingpixels.aurora.tools.screenshot

Functions

screenshot
Link copied to clipboard
@Composable
fun AuroraApplicationScope.screenshot(skin: AuroraSkinDefinition, filename: String, toolbarIconEnabledFilterStrategy: IconFilterStrategy = IconFilterStrategy.Original, counter: AtomicInteger)
ScreenshotContent
Link copied to clipboard
@Composable
fun AuroraApplicationScope.ScreenshotContent(windowScope: WindowScope, skin: AuroraSkinDefinition, state: WindowState, title: String, icon: Painter, toolbarIconEnabledFilterStrategy: IconFilterStrategy)