component4
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
Content copied to clipboard
Return
Color.a
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
Color.a