ColorProvider

interface ColorProvider


Provider of colors for a glance composable's attributes.

Summary

Public functions

Color
getColor(context: Context)

Returns the color the provider would use in the given context.

Public functions

getColor

Added in 1.0.0
fun getColor(context: Context): Color

Returns the color the provider would use in the given context.