java.lang.Object
com.github.rvesse.airline.io.colors.TrueColor
All Implemented Interfaces:
AnsiColorProvider

public class TrueColor extends Object implements AnsiColorProvider
True (24 bit) colours i.e. 16 million possible colours
  • Constructor Details

    • TrueColor

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

      public TrueColor(String hex)
  • Method Details