This class contains all the methods implemented for rainbow class.
1.0
public java.lang.String get( java.lang.String value )
this function will return the all the rainbow combinations
public java.lang.String getFormat( java.lang.String format )
Returns the format code you need to change the string format
public java.lang.String getColor( java.lang.String color )
Returns the color code for changing text to colored text
public java.lang.String getBG( java.lang.String background )
Returns the colored background code for coloring backgrounds
public java.lang.String getFormatColor( java.lang.String format, java.lang.String color )
this function will return the formatted color code
public java.lang.String getFormatBG( java.lang.String format, java.lang.String background )
this function will return formatted background code
public java.lang.String getColorBG( java.lang.String color, java.lang.String background )
this function will return colored background code
this function will return rainbowed code
This function will generate the formatted string according to the format passed
public java.lang.String getColorString( java.lang.String color, java.lang.String str, boolean end )
This function will generate the colored string according to the color passed
This function will generate the filled background string according to the background passed
this function will return the formatted colored string
this function will return formatted background string
this function will return colored background string