ColorProducer
Artifact: androidx.compose.ui:ui-graphics
-
Cmn
fun interface ColorProducer
Alternative to () -> Color that's useful for avoiding boxing.
Can be used as:
fun nonBoxedArgs(color: ColorProducer?)
fun interface ColorProducer
Alternative to () -> Color that's useful for avoiding boxing.
Can be used as:
fun nonBoxedArgs(color: ColorProducer?)
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2026-06-17 UTC.