yarp
Class PixelRgbInt
java.lang.Object
yarp.PixelRgbInt
public class PixelRgbInt
- 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
PixelRgbInt
public PixelRgbInt(long cPtr,
boolean cMemoryOwn)
PixelRgbInt
public PixelRgbInt()
PixelRgbInt
public PixelRgbInt(int n_r,
int n_g,
int n_b)
getCPtr
public static long getCPtr(PixelRgbInt obj)
finalize
protected void finalize()
- Overrides:
finalize
in class java.lang.Object
delete
public void delete()
setR
public void setR(int value)
getR
public int getR()
setG
public void setG(int value)
getG
public int getG()
setB
public void setB(int value)
getB
public int getB()