Class JDeltaColors

  • All Implemented Interfaces:
    java.awt.Paint, java.awt.Transparency, java.io.Serializable

    public class JDeltaColors
    extends java.awt.Color
    File history 2020-12-11 - Initially created - Darshana Ariyarathna 2021-03-20 - Change structure of the project, copy and paste file from the old structure
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JDeltaColors​(int r, int g, int b)  
    • Method Summary

      • Methods inherited from class java.awt.Color

        brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB, toString
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JDeltaColors

        public JDeltaColors​(int r,
                            int g,
                            int b)
        Parameters:
        r - amount of red color
        g - amount of green color
        b - amount of blue color
        Since:
        v1.0.0