🌈 Create new beautiful Compose Gradients with our new wesite ->
Interface

ColorProducer

Alternative to () -> Color that's useful for avoiding boxing.

Source set: Common
public interface ColorProducer

Alternative to () -> Color that's useful for avoiding boxing.

Can be used as:

fun nonBoxedArgs(color: ColorProducer?)

Functions

invoke

Source set: Common
public operator fun invoke(): Color

Return the color