Searched refs:randAlphaColors (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/
H A DRenderTests.java86 static Color randAlphaColors[]; field in class:RenderTests
91 randAlphaColors = new Color[NUM_RANDOMCOLORS];
97 randAlphaColors[i] = makeAlphaColor(randOpaqueColors[i], 32);
312 rctx.colorlist = alphacolor ? randAlphaColors : randOpaqueColors;

Completed in 87 milliseconds