sdljava.x.swig
Class SDL_Color
java.lang.Object
sdljava.x.swig.SDL_Color
public class SDL_Color
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCPtr
private long swigCPtr
swigCMemOwn
protected boolean swigCMemOwn
SDL_Color
protected SDL_Color(long cPtr,
boolean cMemoryOwn)
SDL_Color
public SDL_Color()
getCPtr
protected static long getCPtr(SDL_Color obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setR
public void setR(short r)
getR
public short getR()
setG
public void setG(short g)
getG
public short getG()
setB
public void setB(short b)
getB
public short getB()
setUnused
public void setUnused(short unused)
getUnused
public short getUnused()