Package net.imglib2.converter
Class ChannelARGBConverter
java.lang.Object
net.imglib2.converter.ChannelARGBConverter
- All Implemented Interfaces:
Converter<UnsignedByteType,
ARGBType>
public final class ChannelARGBConverter
extends Object
implements Converter<UnsignedByteType,ARGBType>
Convert UnsignedByteType into one channel of
ARGBType
.
converterListRGBA
can be used in CompositeXYProjector
to
convert a 4-channel (R,G,B,A) UnsignedByteType
into composite
ARGBType
.- Author:
- Tobias Pietzsch
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayList
<Converter<UnsignedByteType, ARGBType>> converterListRGBA
can be used inCompositeXYProjector
to convert a 4-channelUnsignedByteType
into compositeARGBType
. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
converterListRGBA
converterListRGBA
can be used inCompositeXYProjector
to convert a 4-channelUnsignedByteType
into compositeARGBType
.
-
-
Constructor Details
-
ChannelARGBConverter
-
-
Method Details
-
convert
- Specified by:
convert
in interfaceConverter<UnsignedByteType,
ARGBType>
-