com.jme3.scene.plugins.blender.textures.generating
Class TextureGenerator.BrightnessAndContrastData

java.lang.Object
  extended by com.jme3.scene.plugins.blender.textures.generating.TextureGenerator.BrightnessAndContrastData
Enclosing class:
TextureGenerator

protected static class TextureGenerator.BrightnessAndContrastData
extends java.lang.Object

This class contains brightness and contrast data.


Field Summary
 float bFactor
           
 float brightness
           
 float contrast
           
 float gFactor
           
 float rFactor
           
 
Constructor Summary
TextureGenerator.BrightnessAndContrastData(Structure tex)
          Constructor reads the required data from the given structure.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contrast

public final float contrast

brightness

public final float brightness

rFactor

public final float rFactor

gFactor

public final float gFactor

bFactor

public final float bFactor
Constructor Detail

TextureGenerator.BrightnessAndContrastData

public TextureGenerator.BrightnessAndContrastData(Structure tex)
Constructor reads the required data from the given structure.

Parameters:
tex - texture structure