See: Description
Interface | Description |
---|---|
RenderingEngine |
Defines a service to render a given pixels set.
|
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.
|
RGBAIntBuffer |
Holds the data of an RGBA image.
|
RGBBuffer |
Holds the data of an RGB image.
|
RGBIntBuffer |
Holds the data of an RGB image.
|
This package provides basic data structures to represent an RGB pixel set and provide a service for the rendering of this pixel set.
Version: 5.2.8-ice35-b57
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.