| Package | Description |
|---|---|
| org.fujion.canvas.webgl |
| Modifier and Type | Method and Description |
|---|---|
static PixelFormat |
PixelFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PixelFormat[] |
PixelFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RenderingContextWebGL.readPixels(int x,
int y,
int width,
int height,
PixelFormat format,
ArrayBufferView pixels)
Reads a block of pixels from a specified rectangle of the current color framebuffer into an
ArrayBufferView object.
|
void |
RenderingContextWebGL.readPixels(int x,
int y,
int width,
int height,
PixelFormat format,
ArrayBufferView pixels,
int offset)
Reads a block of pixels from a specified rectangle of the current color framebuffer into an
ArrayBufferView object.
|
Copyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.