@Name(value="PixColormap")
public static class lept.PIXCMAP
extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
PIXCMAP()
Default native constructor.
|
PIXCMAP(long size)
Native array allocator.
|
PIXCMAP(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
org.bytedeco.javacpp.Pointer |
array()
colormap table (array of RGBA_QUAD)
|
lept.PIXCMAP |
array(org.bytedeco.javacpp.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(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public lept.PIXCMAP position(long position)
position in class org.bytedeco.javacpp.Pointerpublic org.bytedeco.javacpp.Pointer array()
public lept.PIXCMAP array(org.bytedeco.javacpp.Pointer array)
@Cast(value="l_int32") public int depth()
public lept.PIXCMAP depth(int depth)
@Cast(value="l_int32") public int nalloc()
public lept.PIXCMAP nalloc(int nalloc)
@Cast(value="l_int32") public int n()
public lept.PIXCMAP n(int n)
Copyright © 2018. All rights reserved.