Searched defs:cyan (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A Dhelper.js61 var cyan = Color.cyan; variable
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java184 * The color cyan. In the default sRGB space.
186 public final static Color cyan = new Color(0, 255, 255); field in class:Color
189 * The color cyan. In the default sRGB space.
192 public final static Color CYAN = cyan;

Completed in 46 milliseconds