static class ByteGray.ToByteRgbAnyConv extends BaseByteToByteConverter
BaseByteToByteConverter.ByteAnyToSameConverter, BaseByteToByteConverter.FourByteReorderer| Modifier and Type | Field and Description |
|---|---|
(package private) static ByteGray.ToByteRgbAnyConv |
bgr |
getter, nDstElems, nSrcElems, setter| Modifier | Constructor and Description |
|---|---|
private |
ToByteRgbAnyConv(BytePixelSetter setter) |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
byte[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h) |
(package private) void |
doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.ByteBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h) |
convert, convert, convert, convert, create, createReorderer, getGetter, getSetterstatic ByteGray.ToByteRgbAnyConv bgr
private ToByteRgbAnyConv(BytePixelSetter setter)
void doConvert(byte[] srcarr,
int srcoff,
int srcscanbytes,
byte[] dstarr,
int dstoff,
int dstscanbytes,
int w,
int h)
doConvert in class BaseByteToByteConvertervoid doConvert(java.nio.ByteBuffer srcbuf,
int srcoff,
int srcscanbytes,
java.nio.ByteBuffer dstbuf,
int dstoff,
int dstscanbytes,
int w,
int h)
doConvert in class BaseByteToByteConverter