public class GRUtilities2D
extends java.lang.Object
yellow (vogel) |
yellow (chf) |
Constructor and Description |
---|
GRUtilities2D() |
Modifier and Type | Method and Description |
---|---|
static java.awt.Color |
makeColor(DoubleMatrixToken colorVector)
Given a 1x3 DoubleMatrixToken, return the corresponding
java.awt.Color object.
|
public static java.awt.Color makeColor(DoubleMatrixToken colorVector)
colorVector
- A 1x3 DoubleMatrixToken of where the
first element is the red value, the second is the green
value and the third is the blue value.