java.lang.Object
net.thucydides.core.reports.html.accessibility.RGB

public class RGB extends Object
  • Constructor Details

    • RGB

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

    • plus

      public RGB plus(RGB other)
    • minus

      public RGB minus(RGB other)
    • getAlpha

      public double getAlpha()
    • getRed

      public int getRed()
    • getBlue

      public int getBlue()
    • getGreen

      public int getGreen()
    • toString

      public String toString()
      Overrides:
      toString in class Object