isColorVisibleOn

fun Int.isColorVisibleOn(@ColorInt color: Int, @IntRange(from = 0, to = 255) delta: Int = 25, @IntRange(from = 0, to = 255) minAlpha: Int = 50): Boolean