-
- All Implemented Interfaces:
public final class IntKt
-
-
Method Summary
Modifier and Type Method Description final static StringcolorToHex(Integer $self)Int color value to hexadecimal string. final static StringcolorToHexWithAlpha(Integer $self)Int color value to hexadecimal string Can be used to log color values. -
-
Method Detail
-
colorToHex
final static String colorToHex(Integer $self)
Int color value to hexadecimal string. Can be used to log color values.
-
colorToHexWithAlpha
final static String colorToHexWithAlpha(Integer $self)
Int color value to hexadecimal string Can be used to log color values.
-
-
-
-