component4

inline operator fun Color.component4(): Float

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

val (red, green, blue, alpha) = myColor

Return

Color.a