core-ktx / androidx.graphics / kotlin.Long / alpha

alpha

inline val Long.alpha: Float

Return the alpha component of a color long. This is equivalent to calling:

Color.alpha(myLong)