colladaLoader
Class Color

java.lang.Object
  extended by colladaLoader.Color

public class Color
extends java.lang.Object

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
 float blue
           
 float green
           
 float red
          from 0 to 1.0
 float transparency
           
 
Constructor Summary
Color(float red, float green, float blue, float transp)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

red

public float red
from 0 to 1.0


green

public float green

blue

public float blue

transparency

public float transparency
Constructor Detail

Color

public Color(float red,
             float green,
             float blue,
             float transp)