public class PixelRgb
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
PixelRgb() |
protected |
PixelRgb(long cPtr,
boolean cMemoryOwn) |
|
PixelRgb(short n_r,
short n_g,
short n_b) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
short |
getB() |
protected static long |
getCPtr(PixelRgb obj) |
short |
getG() |
short |
getR() |
void |
setB(short value) |
void |
setG(short value) |
void |
setR(short value) |
protected PixelRgb(long cPtr, boolean cMemoryOwn)
public PixelRgb()
public PixelRgb(short n_r, short n_g, short n_b)
protected static long getCPtr(PixelRgb obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setR(short value)
public short getR()
public void setG(short value)
public short getG()
public void setB(short value)
public short getB()