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