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

green

inline val Int.green: Int

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

Color.green(myInt)