Package 

Class ColorKt

    • Method Summary

      Modifier and Type Method Description
      final String toHexString(Integer $self) Converts an integer to it's hex representation by converting it to base 16 and appending the '#' character to the startFor example, 16777215 becomes #ffffff
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toHexString

         final String toHexString(Integer $self)

        Converts an integer to it's hex representation by converting it to base 16 and appending the '#' character to the start

        For example, 16777215 becomes #ffffff