org.iso.mpeg.mpegj.scene
Interface SFColorFieldValue


public interface SFColorFieldValue
extends FieldValue

An interface used for obtaining SFColor values.


Method Summary
 float[] getSFColorValue()
          Obtain the SFColor value.
 

Method Detail

getSFColorValue

public float[] getSFColorValue()
Obtain the SFColor value.
Returns:
an array of three floats ordered as red, green, blue.