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