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.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ArrayList<Converter<UnsignedByteType, ARGBType>> converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType.private final int -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
converterListRGBA
converterListRGBAcan be used inCompositeXYProjectorto convert a 4-channelUnsignedByteTypeinto compositeARGBType. -
shift
private final int shift
-
-
Constructor Details
-
ChannelARGBConverter
-
-
Method Details
-
convert
- Specified by:
convertin interfaceConverter<UnsignedByteType, ARGBType>
-