Home
last modified time | relevance | path

Searched defs:materialColor (Results 1 – 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/blending/
DTextureBlenderAWT.java42 …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()
DTextureBlenderLuminance.java33 …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()
DTextureBlender.java50 …Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, int blend… in blend()
DTextureBlenderDDS.java32 …public Texture blend(float[] materialColor, Texture texture, float[] color, float affectFactor, in… in blend()
DAbstractTextureBlender.java30 …protected void blendPixel(float[] result, float[] materialColor, float[] pixelColor, float blendFa… in blendPixel()