component3

inline operator fun Color.component3(): Float

Returns the blue component of the color. Allows using destructuring declarations when working with libGDX Color class, for example:

val (red, green, blue) = myColor

Return

Color.b