Class ExtendedColor

    • Constructor Detail

      • ExtendedColor

        public ExtendedColor​(int rgb)
      • ExtendedColor

        public ExtendedColor​(Color c)
      • ExtendedColor

        public ExtendedColor​(int rgba,
                             boolean hasalpha)
      • ExtendedColor

        public ExtendedColor​(int r,
                             int g,
                             int b)
      • ExtendedColor

        public ExtendedColor​(float r,
                             float g,
                             float b)
      • ExtendedColor

        public ExtendedColor​(ColorSpace cspace,
                             float[] components,
                             float alpha)
      • ExtendedColor

        public ExtendedColor​(int r,
                             int g,
                             int b,
                             int a)
      • ExtendedColor

        public ExtendedColor​(float r,
                             float g,
                             float b,
                             float a)
    • Method Detail

      • getGreenProportion

        public float getGreenProportion()
      • getRedProportion

        public float getRedProportion()
      • getBlueProportion

        public float getBlueProportion()
      • getHTMLCode

        public String getHTMLCode()
      • getAlphaHTMLCode

        public String getAlphaHTMLCode()
      • isDark

        public boolean isDark()
      • isDarker

        public boolean isDarker()
      • isLighter

        public boolean isLighter()
      • isFilled

        public boolean isFilled()
      • main

        public static void main​(String[] args)