Class Ansi256Colors.AnsiColor
java.lang.Object
net.thevpc.jeep.editorkits.Ansi256Colors.AnsiColor
- Enclosing class:
Ansi256Colors
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AnsiColor
public AnsiColor(int rgba) -
AnsiColor
public AnsiColor(int index, int r, int g, int b)
-
-
Method Details
-
getIndex
public int getIndex() -
getR
public int getR() -
getG
public int getG() -
getB
public int getB()
-