Package yarp
Class PixelRgbInt
- java.lang.Object
-
- yarp.PixelRgbInt
-
public class PixelRgbInt extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
swigCMemOwn
-
Constructor Summary
Constructors Modifier Constructor Description PixelRgbInt()
PixelRgbInt(int n_r, int n_g, int n_b)
protected
PixelRgbInt(long cPtr, boolean cMemoryOwn)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
protected void
finalize()
int
getB()
protected static long
getCPtr(PixelRgbInt obj)
int
getG()
int
getR()
void
setB(int value)
void
setG(int value)
void
setR(int value)
-
-
-
Method Detail
-
getCPtr
protected static long getCPtr(PixelRgbInt obj)
-
finalize
protected void finalize()
- Overrides:
finalize
in classjava.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()
-
-