Searched refs:colorInt (Results 1 – 2 of 2) sorted by relevance
36 private int colorInt = 0xFFFFFFFF; field in LetterQuad213 this.colorInt = color.asIntRGBA(); in setColor()390 colors[3] = (byte) (colorInt & 0xff); in storeToArrays()391 colors[2] = (byte) ((colorInt >> 8) & 0xff); in storeToArrays()392 colors[1] = (byte) ((colorInt >> 16) & 0xff); in storeToArrays()393 colors[0] = (byte) ((colorInt >> 24) & 0xff); in storeToArrays()450 bb.putInt(colorInt); in appendColors()451 bb.putInt(colorInt); in appendColors()452 bb.putInt(colorInt); in appendColors()453 bb.putInt(colorInt); in appendColors()
69 private int difficulty, Score, colorInt, highCap, lowCap,diffHelp; field in CubeField116 colorInt = 0; in gameReset()331 colorInt++; in colorLogic()335 switch (colorInt){ in colorLogic()391 colorInt=0; in colorLogic()