blue

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

Color.blue(myInt)

@get:RequiresApi(value = 26)
val Long.blue: Float(source)

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

Color.blue(myLong)