yarp
Class PixelRgb
java.lang.Object
yarp.PixelRgb
public class PixelRgb
- 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
PixelRgb
public PixelRgb(long cPtr,
boolean cMemoryOwn)
PixelRgb
public PixelRgb()
PixelRgb
public PixelRgb(short n_r,
short n_g,
short n_b)
getCPtr
public static long getCPtr(PixelRgb 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()