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

/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A Dhelper.js66 var magenta = Color.magenta; variable
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java173 * The color magenta. In the default sRGB space.
175 public final static Color magenta = new Color(255, 0, 255); field in class:Color
178 * The color magenta. In the default sRGB space.
181 public final static Color MAGENTA = magenta;

Completed in 31 milliseconds