Java Color Create color(String msg)

Here you can find the source of color(String msg)

Description

color

License

Open Source License

Declaration

public static String color(String msg) 

Method Source Code

//package com.java2s;
//License from project: Open Source License 

public class Main {
    public static String color(String msg) {
        return msg.replace('&', '\u00A7');
    }// ww w . j a  v a  2s. c  o  m
}

Related

  1. color(int red, int green, int blue, int alpha)
  2. color(int val)
  3. color(String color)
  4. color(String color, Object value)
  5. color(String msg)
  6. color(String s)
  7. color(String s)
  8. colorFromRGB(int r, int g, int b)
  9. colorFromRGB(int red, int green, int blue)