Class Colour

java.lang.Object
dev.prozilla.pine.common.system.Color
dev.prozilla.pine.common.system.Colour
All Implemented Interfaces:
Cloneable<Color>, Printable, Transceivable<Color>, Transmittable<Color>

public class Colour extends Color
British version of Color.
  • Constructor Details

    • Colour

      public Colour()
    • Colour

      public Colour(Color color)
    • Colour

      public Colour(float red, float green, float blue)
    • Colour

      public Colour(float red, float green, float blue, float alpha)
    • Colour

      public Colour(int red, int green, int blue)
    • Colour

      public Colour(int red, int green, int blue, int alpha)
  • Method Details

    • toColour

      public Colour toColour()
      Overrides:
      toColour in class Color
    • hsl

      public static Colour hsl(int hue, int saturation, int lightness)
      See Also:
    • hsl

      public static Colour hsl(float hue, float saturation, float lightness)
      See Also:
    • decode

      public static Colour decode(String input) throws NumberFormatException
      Throws:
      NumberFormatException
      See Also:
    • white

      public static Colour white()
    • black

      public static Colour black()
    • red

      public static Colour red()
    • green

      public static Colour green()
    • blue

      public static Colour blue()
    • transparent

      public static Colour transparent()
    • aqua

      public static Colour aqua()
    • cyan

      public static Colour cyan()
    • darkBlue

      public static Colour darkBlue()
    • darkCyan

      public static Colour darkCyan()
    • darkGrey

      public static Colour darkGrey()
    • darkGreen

      public static Colour darkGreen()
    • darkMagenta

      public static Colour darkMagenta()
    • darkOrange

      public static Colour darkOrange()
    • darkRed

      public static Colour darkRed()
    • dimGrey

      public static Colour dimGrey()
    • gold

      public static Colour gold()
    • grey

      public static Colour grey()
    • lightBlue

      public static Colour lightBlue()
    • lightCyan

      public static Colour lightCyan()
    • lightGrey

      public static Colour lightGrey()
    • lightGreen

      public static Colour lightGreen()
    • lightYellow

      public static Colour lightYellow()
    • lime

      public static Colour lime()
    • magenta

      public static Colour magenta()
    • maroon

      public static Colour maroon()
    • mediumBlue

      public static Colour mediumBlue()
    • mintCream

      public static Colour mintCream()
    • olive

      public static Colour olive()
    • orange

      public static Colour orange()
    • orangeRed

      public static Colour orangeRed()
    • pink

      public static Colour pink()
    • purple

      public static Colour purple()
    • rebeccaPurple

      public static Colour rebeccaPurple()
    • silver

      public static Colour silver()
    • skyBlue

      public static Colour skyBlue()
    • springGreen

      public static Colour springGreen()
    • teal

      public static Colour teal()
    • tomato

      public static Colour tomato()
    • turquoise

      public static Colour turquoise()
    • violet

      public static Colour violet()
    • whiteSmoke

      public static Colour whiteSmoke()
    • yellow

      public static Colour yellow()