HomeSort by relevance Sort by last modified time
    Searched refs:GLColor (Results 1 - 5 of 5) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
GLColor.java 19 public class GLColor {
26 public GLColor(int red, int green, int blue, int alpha) {
33 public GLColor(int red, int green, int blue) {
42 if (other instanceof GLColor) {
43 GLColor color = (GLColor)other;
Kube.java 35 GLColor red = new GLColor(one, 0, 0);
36 GLColor green = new GLColor(0, one, 0);
37 GLColor blue = new GLColor(0, 0, one);
38 GLColor yellow = new GLColor(one, one, 0);
39 GLColor orange = new GLColor(one, half, 0)
    [all...]
GLFace.java 49 public void setColor(GLColor c) {
93 private GLColor mColor;
GLShape.java 33 public void setFaceColor(int face, GLColor color) {
GLVertex.java 27 GLColor color;

Completed in 812 milliseconds