public final class ChannelARGBConverter extends Object implements Converter<UnsignedByteType,ARGBType>
ARGBType
.
converterListRGBA
can be used in CompositeXYProjector
to
convert a 4-channel (R,G,B,A) UnsignedByteType
into composite
ARGBType
.Modifier and Type | Class and Description |
---|---|
static class |
ChannelARGBConverter.Channel |
Modifier and Type | Field and Description |
---|---|
static ArrayList<Converter<UnsignedByteType,ARGBType>> |
converterListRGBA
converterListRGBA can be used in CompositeXYProjector to
convert a 4-channel UnsignedByteType into composite
ARGBType . |
Constructor and Description |
---|
ChannelARGBConverter(ChannelARGBConverter.Channel channel) |
public static final ArrayList<Converter<UnsignedByteType,ARGBType>> converterListRGBA
converterListRGBA
can be used in CompositeXYProjector
to
convert a 4-channel UnsignedByteType
into composite
ARGBType
.public ChannelARGBConverter(ChannelARGBConverter.Channel channel)
public void convert(UnsignedByteType input, ARGBType output)
convert
in interface Converter<UnsignedByteType,ARGBType>
Copyright © 2015–2022 ImgLib2. All rights reserved.