green

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

Color.green(myInt)

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

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

Color.green(myLong)