Gives the unicode value of respective enum constant(Color)
Example:
import best.skn.utils.color.Color;fun main() { println("${Color.BLUE.value()}This text is blue!");}
a String containing the unicode value of the Color
v1.0.0