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

/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DTexturePixel.java38 * @param colorRGBA
41 public void fromColor(ColorRGBA colorRGBA) { argument
42 this.red = colorRGBA.r;
43 this.green = colorRGBA.g;
44 this.blue = colorRGBA.b;
45 this.alpha = colorRGBA.a;

Completed in 177 milliseconds