Class GrayColor


public class GrayColor extends ExtendedColor
Author:
Paulo Soares
  • Field Details

    • GRAYBLACK

      public static final GrayColor GRAYBLACK
    • GRAYWHITE

      public static final GrayColor GRAYWHITE
  • Constructor Details

    • GrayColor

      public GrayColor(int intGray)
    • GrayColor

      public GrayColor(float floatGray)
  • Method Details

    • getGray

      public float getGray()
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class BaseColor
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class BaseColor