Package | Description |
---|---|
omeis.providers.re |
Red-Green-Blue (RGB) data structures and Image Rendering Service
This package provides basic data structures to represent an RGB pixel set and provide a
service for the rendering of this pixel set.
|
Modifier and Type | Class and Description |
---|---|
class |
RGBAIntBuffer
Holds the data of an RGBA image.
|
class |
RGBIntBuffer
Holds the data of an RGB image.
|
Modifier and Type | Method and Description |
---|---|
RGBBuffer |
RenderingEngine.render(PlaneDef pd)
Renders the data selected by
pd according to the current
rendering settings. |