component3
Returns the blue component of the color. Allows using destructuring declarations when working with libGDX Color class, for example:
val (red, green, blue) = myColor
Content copied to clipboard
Return
Color.b
Returns the blue component of the color. Allows using destructuring declarations when working with libGDX Color class, for example:
val (red, green, blue) = myColor
Color.b