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

red

inline val Long.red: Float

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

Color.red(myLong)