Class ColorChanger


  • public class ColorChanger
    extends Object
    Author:
    edda
    • Constructor Detail

      • ColorChanger

        public ColorChanger()
    • Method Detail

      • shiftColorBy

        public static String shiftColorBy​(String hex,
                                          int r,
                                          int g,
                                          int b)
      • randomColor

        public static String randomColor()
      • randomColor

        public static String randomColor​(Random r)