Version: 4.3.4-dbcbce5a-b4
OmeroBlitz Api
Home
Previous
Up
Next
Index
omero::romio
Overview
module romio
Primitives for working with binary data.
See Also
api::RenderingEngine
api::RawPixelsStore
Class Index
CodomainMapContext
PlaneDef
RGBBuffer
RegionDef
Sequence Index
RGBBands
Constant Index
BlueBand
GreenBand
RedBand
XY
XZ
ZY
Sequences
sequence<::Ice::ByteSeq>
RGBBands
Used By
RGBBuffer::bands
Constants
const int
BlueBand
= 2;
const int
GreenBand
= 1;
const int
RedBand
= 0;
const int
XY
= 0;
const int
XZ
= 2;
const int
ZY
= 1;
Home
Previous
Up
Next
Index