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

red

inline val Int.red: Int

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

Color.red(myInt)