类 Color

java.lang.Object
pkg.exoad.poprock.core.Color

public class Color extends Object
  • 字段详细资料

    • TRANSPARENT

      public static final Color TRANSPARENT
    • color

      private Color color
  • 构造器详细资料

    • Color

      public Color(Color color)
    • Color

      public Color(int r, int g, int b)
    • Color

      public Color(int r, int g, int b, int a)
    • Color

      public Color(float r, float g, float b)
    • Color

      public Color(float r, float g, float b, float a)
  • 方法详细资料

    • withRed

      public Color withRed(int r)
    • withGreen

      public Color withGreen(int g)
    • withBlue

      public Color withBlue(int b)
    • withAlpha

      public Color withAlpha(int a)
    • asAwt

      public Color asAwt()
    • generate

      public static Color generate(float saturation, float brightness)
    • randomColorObj

      public static Color randomColorObj()
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object