Examples of color()


Examples of com.mojang.minecraft.render.ShapeRenderer.color()

               var6.color(8421504);
               var6.vertex((float)var7, (float)var8, 0.0F);
               var6.vertex((float)var7, (float)(var8 + 2), 0.0F);
               var6.vertex((float)(var7 + 100), (float)(var8 + 2), 0.0F);
               var6.vertex((float)(var7 + 100), (float)var8, 0.0F);
               var6.color(8454016);
               var6.vertex((float)var7, (float)var8, 0.0F);
               var6.vertex((float)var7, (float)(var8 + 2), 0.0F);
               var6.vertex((float)(var7 + var1), (float)(var8 + 2), 0.0F);
               var6.vertex((float)(var7 + var1), (float)var8, 0.0F);
               var6.end();
View Full Code Here

Examples of com.mojang.minecraft.render.ShapeRenderer.color()

         }

         GL11.glBindTexture(3553, this.fontTexture);
         ShapeRenderer var6 = ShapeRenderer.instance;
         ShapeRenderer.instance.begin();
         var6.color(var4);
         int var7 = 0;

         for(int var8 = 0; var8 < var12.length; ++var8) {
            int var9;
            if(var12[var8] == 38 && var12.length > var8 + 1) {
View Full Code Here

Examples of com.mojang.minecraft.render.ShapeRenderer.color()

               var8 += 2;
               if(var5) {
                  var4 = (var4 & 16579836) >> 2;
               }

               var6.color(var4);
            }

            var4 = var12[var8] % 16 << 3;
            var9 = var12[var8] / 16 << 3;
            float var13 = 7.99F;
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

                yNeuErst = (int) Math.round(normPix.y * yFakt);
                xNeuLetzt = (int) Math.round((normPix.x + 1) * xFakt);
                yNeuLetzt = (int) Math.round((normPix.y + 1) * yFakt);
                for (int x = xNeuErst; x < xNeuLetzt; x++) {
                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.color()) {
                            this.wartPixel2D.add(new Pixel2D_08Bit(x,
                                                         y,
                                                         normPix.color()));
                            this.darFeld[x][y] = normPix.color();
                        }
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

                for (int x = xNeuErst; x < xNeuLetzt; x++) {
                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.color()) {
                            this.wartPixel2D.add(new Pixel2D_08Bit(x,
                                                         y,
                                                         normPix.color()));
                            this.darFeld[x][y] = normPix.color();
                        }
                    }
                }
            } catch (final Exception e) {
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

                    for (int y = yNeuErst; y < yNeuLetzt; y++) {
                        if (this.darFeld[x][y] != normPix.color()) {
                            this.wartPixel2D.add(new Pixel2D_08Bit(x,
                                                         y,
                                                         normPix.color()));
                            this.darFeld[x][y] = normPix.color();
                        }
                    }
                }
            } catch (final Exception e) {
                StaticMethods.log(StaticMethods.LOG_WARNING,
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

        it = pixel2D.iterator();
        while (it.hasNext()) {
            aktPix = it.next();

            if (aktPix.color() == ConstantsSimulation.FARBE_ROB) {
                g2.setColor(ConstantsSimulation.C_VORDERGRUND);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_SEL) {
                g2.setColor(ConstantsSimulation.C_SPEZIAL);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_RAHMEN) {
                g2.setColor(ConstantsSimulation.C_RAHMEN);
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

        while (it.hasNext()) {
            aktPix = it.next();

            if (aktPix.color() == ConstantsSimulation.FARBE_ROB) {
                g2.setColor(ConstantsSimulation.C_VORDERGRUND);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_SEL) {
                g2.setColor(ConstantsSimulation.C_SPEZIAL);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_RAHMEN) {
                g2.setColor(ConstantsSimulation.C_RAHMEN);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_GGSTD) {
                g2.setColor(ConstantsSimulation.C_GEGENSTAND);
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

            if (aktPix.color() == ConstantsSimulation.FARBE_ROB) {
                g2.setColor(ConstantsSimulation.C_VORDERGRUND);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_SEL) {
                g2.setColor(ConstantsSimulation.C_SPEZIAL);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_RAHMEN) {
                g2.setColor(ConstantsSimulation.C_RAHMEN);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_GGSTD) {
                g2.setColor(ConstantsSimulation.C_GEGENSTAND);
            } else if (aktPix.color() >= 100 && aktPix.color() <= 125) {
                // Benutzerfarben.
View Full Code Here

Examples of eas.math.geometry.Pixel2D_08Bit.color()

                g2.setColor(ConstantsSimulation.C_VORDERGRUND);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_SEL) {
                g2.setColor(ConstantsSimulation.C_SPEZIAL);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_RAHMEN) {
                g2.setColor(ConstantsSimulation.C_RAHMEN);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_GGSTD) {
                g2.setColor(ConstantsSimulation.C_GEGENSTAND);
            } else if (aktPix.color() >= 100 && aktPix.color() <= 125) {
                // Benutzerfarben.
                g2.setColor(ConstantsSimulation.C_BENUTZER[aktPix.color() - 100]);
            } else if (aktPix.color() == ConstantsSimulation.FARBE_DURCHLAESSIG) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.