Uses of Enum Class
net.imglib2.converter.ColorChannelOrder
Packages that use ColorChannelOrder
-
Uses of ColorChannelOrder in net.imglib2.converter
Methods in net.imglib2.converter that return ColorChannelOrderModifier and TypeMethodDescriptionstatic ColorChannelOrderReturns the enum constant of this class with the specified name.static ColorChannelOrder[]ColorChannelOrder.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.imglib2.converter with parameters of type ColorChannelOrderModifier and TypeMethodDescriptionstatic RandomAccessible<ARGBType> Converters.mergeARGB(RandomAccessible<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType.static RandomAccessibleInterval<ARGBType> Converters.mergeARGB(RandomAccessibleInterval<UnsignedByteType> source, ColorChannelOrder channelOrder) Create an n-dimensional color image from an (n+1)-dimensional image ofUnsignedByteType. -
Uses of ColorChannelOrder in net.imglib2.converter.readwrite
Methods in net.imglib2.converter.readwrite with parameters of type ColorChannelOrderModifier and TypeMethodDescriptionprivate Function<Sampler<? extends Composite<UnsignedByteType>>, ? extends IntAccess> CompositeARGBSamplerConverter.getAccessFactory(ColorChannelOrder order) Constructors in net.imglib2.converter.readwrite with parameters of type ColorChannelOrder