cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class Color
java.lang.Object
cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Color
public class Color
- extends Object
A color in UDK.
- Author:
- Martin Cerny
|
Constructor Summary |
Color(int r,
int g,
int b,
int a)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Color
public Color(int r,
int g,
int b,
int a)
getA
public int getA()
getB
public int getB()
getG
public int getG()
getR
public int getR()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.