de.grogra.gpuflux.scene.shading.channel
Class FluxRGB

java.lang.Object
  extended by de.grogra.gpuflux.scene.FluxObject
      extended by de.grogra.gpuflux.scene.shading.channel.FluxChannelMap
          extended by de.grogra.gpuflux.scene.shading.channel.FluxRGB

public class FluxRGB
extends FluxChannelMap


Field Summary
 
Fields inherited from class de.grogra.gpuflux.scene.shading.channel.FluxChannelMap
CHANNEL_BLEND, CHANNEL_HDRIMAGE_MAP, CHANNEL_IMAGE_MAP, CHANNEL_RGB, CHANNEL_SPECTRAL, CHANNEL_UVTRANSFORMATION
 
Constructor Summary
FluxRGB(RGBColor rgbColor)
           
 
Method Summary
 void serialize(ComputeByteBuffer out)
           
 
Methods inherited from class de.grogra.gpuflux.scene.shading.channel.FluxChannelMap
serialize, setUVTransformation
 
Methods inherited from class de.grogra.gpuflux.scene.FluxObject
getOffset, setOffset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FluxRGB

public FluxRGB(RGBColor rgbColor)
Method Detail

serialize

public void serialize(ComputeByteBuffer out)
               throws java.io.IOException
Specified by:
serialize in class FluxObject
Throws:
java.io.IOException