Package | Description |
---|---|
com.metsci.glimpse.support.texture |
Extensions to the basic
Texture subclasses. |
Modifier and Type | Class and Description |
---|---|
static class |
ByteTextureProjected2D.SetDataMutator |
Modifier and Type | Method and Description |
---|---|
void |
RGBTextureProjected2D.mutate(ByteTextureProjected2D.MutatorByte2D mutator)
For modifying the byte buffer directly, pixels should be packed as RGB.
|
void |
RGBATextureProjected2D.mutate(ByteTextureProjected2D.MutatorByte2D mutator)
Values inserted into the buffer are assumed to be ordered RGBA.
|
void |
ByteTextureProjected2D.mutate(ByteTextureProjected2D.MutatorByte2D mutator)
Provides a general, thread-safe mechanism for arbitrarily updating the
data values for this Texture.
|
Copyright © 2016 Metron, Inc.. All rights reserved.