clojerl / doodler

Create drawings with code (heavily inspired in Clojure's Quil)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data conversion related code functions

jfacorro opened this issue · comments

  • binary - "Returns a string representing the binary value of an int, char or byte"
  • hex - "Converts a byte, char, int, or color to a String containing the equivalent hexadecimal notation"
  • unhex - "Converts a String representation of a hexadecimal number to its equivalent integer value"
  • unbinary - "Unpack a binary string to an integer"