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

/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/
H A DParticleChannels.java123 public static final int RedOffset = 0, GreenOffset =1, BlueOffset = 2, AlphaOffset =3; field in class:ParticleChannels
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/renderers/
H A DModelInstanceRenderer.java69 colorAttribute.color.b = renderData.colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/influencers/
H A DColorInfluencer.java31 colorChannel.data[i+ParticleChannels.BlueOffset] = MathUtils.random();
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/particles/batches/
H A DPointSpriteParticleBatch.java122 vertices[offset + CPU_COLOR_OFFSET+2] = colorChannel.data[colorOffset + ParticleChannels.BlueOffset];
H A DBillboardParticleBatch.java397 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
444 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
494 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
559 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];
623 float b = colorChannel.data[colorOffset +ParticleChannels.BlueOffset];

Completed in 109 milliseconds