Searched defs:materialColor (Results 1 – 5 of 5) sorted by relevance
| /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/ |
| D | TextureBlenderAWT.java | 42 …public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, in… in blend() 94 …float setupMaterialColor(ByteBuffer data, Format imageFormat, boolean neg, float[] materialColor) { in setupMaterialColor()
|
| D | TextureBlenderLuminance.java | 33 …public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, in… in blend() 122 …protected void blendPixel(float[] result, float[] materialColor, float[] color, float textureInten… in blendPixel()
|
| D | TextureBlender.java | 50 …Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blend… in blend()
|
| D | TextureBlenderDDS.java | 32 …public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, in… in blend()
|
| D | AbstractTextureBlender.java | 30 …protected void blendPixel(float[] result, float[] materialColor, float[] pixelColor, float blendFa… in blendPixel()
|