|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectcolladaLoader.Color
public class Color
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
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 |
---|
public float red
public float green
public float blue
public float transparency
Constructor Detail |
---|
public Color(float red, float green, float blue, float transp)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |