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

blue

inline val Int.blue: Int

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

Color.blue(myInt)