oday
active
alpha = if (active) 1f else 0.5f
Luke
Modifier.alpha(if (active) 1f else 0.5f)
John Nichol
A modern programming language that makes developers happier.