yarp
Class PixelRgba
java.lang.Object
yarp.PixelRgba
public class PixelRgba
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
PixelRgba
public PixelRgba(long cPtr,
boolean cMemoryOwn)
PixelRgba
public PixelRgba()
PixelRgba
public PixelRgba(short n_r,
short n_g,
short n_b,
short n_a)
getCPtr
public static long getCPtr(PixelRgba obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setR
public void setR(short value)
getR
public short getR()
setG
public void setG(short value)
getG
public short getG()
setB
public void setB(short value)
getB
public short getB()
setA
public void setA(short value)
getA
public short getA()