-
Notifications
You must be signed in to change notification settings - Fork 0
suggest content color for
milan jurkulák edited this page May 21, 2024
·
3 revisions
//tvlib/org.mjdev.tvlib.ui.toolkit/suggestContentColorFor
[androidJvm]
fun suggestContentColorFor(backgroundColor: Color): Color
Suggest Color Generates a color that can be represented on provided background Color based on the luminance
Color.White if luminance < 0.3 otherwise Color.Black
androidJvm
backgroundColor | - provided background color |