Class ByteColor

java.lang.Object
org.jzy3d.io.xls.ByteColor

public class ByteColor extends Object
  • Field Details

    • BLACK

      public static final ByteColor BLACK
    • WHITE

      public static final ByteColor WHITE
    • GREEN

      public static final ByteColor GREEN
    • RED

      public static final ByteColor RED
    • BLUE

      public static final ByteColor BLUE
    • ORANGE

      public static final ByteColor ORANGE
    • r

      public byte r
    • g

      public byte g
    • b

      public byte b
  • Constructor Details

    • ByteColor

      public ByteColor(byte r, byte g, byte b)
  • Method Details