Uses of Class
com.jme.image.Texture.CombinerOperandRGB

Packages that use Texture.CombinerOperandRGB
com.jme.image   
com.jme.scene.state.jogl.records   
com.jme.scene.state.lwjgl.records   
 

Uses of Texture.CombinerOperandRGB in com.jme.image
 

Methods in com.jme.image that return Texture.CombinerOperandRGB
 Texture.CombinerOperandRGB Texture.getCombineOp0RGB()
           
 Texture.CombinerOperandRGB Texture.getCombineOp1RGB()
           
 Texture.CombinerOperandRGB Texture.getCombineOp2RGB()
           
static Texture.CombinerOperandRGB Texture.CombinerOperandRGB.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Texture.CombinerOperandRGB[] Texture.CombinerOperandRGB.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.jme.image with parameters of type Texture.CombinerOperandRGB
 void Texture.setCombineOp0RGB(Texture.CombinerOperandRGB combineOp0RGB)
           
 void Texture.setCombineOp1RGB(Texture.CombinerOperandRGB combineOp1RGB)
           
 void Texture.setCombineOp2RGB(Texture.CombinerOperandRGB combineOp2RGB)
           
 

Uses of Texture.CombinerOperandRGB in com.jme.scene.state.jogl.records
 

Fields in com.jme.scene.state.jogl.records declared as Texture.CombinerOperandRGB
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB0
           
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB1
           
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB2
           
 

Methods in com.jme.scene.state.jogl.records with parameters of type Texture.CombinerOperandRGB
static int TextureStateRecord.getGLCombineOpRGB(Texture.CombinerOperandRGB operand)
           
 

Uses of Texture.CombinerOperandRGB in com.jme.scene.state.lwjgl.records
 

Fields in com.jme.scene.state.lwjgl.records declared as Texture.CombinerOperandRGB
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB0
           
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB1
           
 Texture.CombinerOperandRGB TextureUnitRecord.combOpRGB2
           
 

Methods in com.jme.scene.state.lwjgl.records with parameters of type Texture.CombinerOperandRGB
static int TextureStateRecord.getGLCombineOpRGB(Texture.CombinerOperandRGB operand)