@Name(value="PixColormap") public static class lept.PIXCMAP extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
PIXCMAP()
Default native constructor.
|
PIXCMAP(long size)
Native array allocator.
|
PIXCMAP(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Pointer |
array()
colormap table (array of RGBA_QUAD)
|
lept.PIXCMAP |
array(Pointer array) |
int |
depth()
of pix (1, 2, 4 or 8 bpp)
|
lept.PIXCMAP |
depth(int depth) |
int |
n()
number of color entries used
|
lept.PIXCMAP |
n(int n) |
int |
nalloc()
number of color entries allocated
|
lept.PIXCMAP |
nalloc(int nalloc) |
lept.PIXCMAP |
position(long position) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic PIXCMAP()
public PIXCMAP(long size)
Pointer.position(long).public PIXCMAP(Pointer p)
Pointer.Pointer(Pointer).public lept.PIXCMAP position(long position)
public Pointer array()
public lept.PIXCMAP array(Pointer array)
public lept.PIXCMAP depth(int depth)
public lept.PIXCMAP nalloc(int nalloc)
public lept.PIXCMAP n(int n)
Copyright © 2019. All rights reserved.