@JvmInline() public final class Color
An ARGB color.
The given argb is an unsigned integer representing the ARGB color components as 4 bytes. There are therefore 8 bits of precision for each component.
public class
Color.Companion
private final UByte
alpha
red
green
blue
private final UInt
argb
public final static Color.Companion
Companion
Color(UInt alpha, UInt red, UInt green, UInt blue)
Color(UByte alpha, UByte red, UByte green, UByte blue)
Color(UInt argb)
final UByte
getAlpha()
getRed()
getGreen()
getBlue()
final UInt
getArgb()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final UByte getAlpha()
final UByte getRed()
final UByte getGreen()
final UByte getBlue()
final UInt getArgb()
String toString()