Companion
object Companion
Functions
Link copied to clipboard
fun forCurrentOperatingSystem(sceneWidth: Int = 192, sceneHeight: Int = 192, density: <Error class: unknown class> = Density(2f)): IconRenderProperties
Provides an IconRenderProperties configured for the current operating system.
Link copied to clipboard
fun forMenuItem(sceneWidth: Int = 64, sceneHeight: Int = 64, density: <Error class: unknown class> = Density(2f)): IconRenderProperties
Provides an IconRenderProperties configured for menu items.
Link copied to clipboard
fun withoutScalingAndAliasing(sceneWidth: Int = 192, sceneHeight: Int = 192, density: <Error class: unknown class> = Density(2f)): IconRenderProperties
Provides an IconRenderProperties configured with settings that don't force icon scaling and aliasing.