Package org.jzy3d.io.xls
Class ByteColor
- java.lang.Object
-
- org.jzy3d.io.xls.ByteColor
-
public class ByteColor extends Object
-
-
Constructor Summary
Constructors Constructor Description ByteColor(byte r, byte g, byte b)
-
-
-
Field Detail
-
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
-
-