Interface | Description |
---|---|
RenderingTask |
This interface represents a rendering operation task.
|
Class | Description |
---|---|
ColorsFactory |
Utility class to determine the color usually associated to a specified
channel depending on its emission wavelength.
|
Optimizations |
A container for any potential optimizations that the renderer can enable
based on the data and rendering settings it has been fed.
|
Renderer |
Transforms raw image data into an RGB image that can be displayed on
screen.
|
RenderingStats |
Exposes methods to time the various steps in the rendering process and
provides a stats report.
|