cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class Color

Package class diagram package Color
java.lang.Object
  extended by 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)
           
 
Method Summary
 int getA()
           
 int getB()
           
 int getG()
           
 int getR()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Color

public Color(int r,
             int g,
             int b,
             int a)
Method Detail

getA

public int getA()

getB

public int getB()

getG

public int getG()

getR

public int getR()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.