public class PixColormap
extends org.bridj.StructObject
| Constructor and Description |
|---|
PixColormap() |
PixColormap(org.bridj.Pointer pointer) |
| Modifier and Type | Method and Description |
|---|---|
org.bridj.Pointer<?> |
array()
colormap table (array of RGBA_QUAD)
C type : void* |
PixColormap |
array(org.bridj.Pointer<?> array)
colormap table (array of RGBA_QUAD)
C type : void* |
int |
depth()
of pix (1, 2, 4 or 8 bpp)
C type : l_int32 |
PixColormap |
depth(int depth)
of pix (1, 2, 4 or 8 bpp)
C type : l_int32 |
int |
n()
number of color entries used
C type : l_int32 |
PixColormap |
n(int n)
number of color entries used
C type : l_int32 |
int |
nalloc()
number of color entries allocated
C type : l_int32 |
PixColormap |
nalloc(int nalloc)
number of color entries allocated
C type : l_int32 |
public PixColormap()
public PixColormap(org.bridj.Pointer pointer)
public org.bridj.Pointer<?> array()
public PixColormap array(org.bridj.Pointer<?> array)
public int depth()
public PixColormap depth(int depth)
public int nalloc()
public PixColormap nalloc(int nalloc)
public int n()
public PixColormap n(int n)