Uses of Enum Class
org.anchoranalysis.image.io.stack.output.StackRGBState
Packages that use StackRGBState
-
Uses of StackRGBState in org.anchoranalysis.image.io.stack.output
Methods in org.anchoranalysis.image.io.stack.output that return StackRGBStateModifier and TypeMethodDescriptionStackWriteAttributes.getRgb()
Whether it's an RGB or RGBA image when it has three/four channels respectively.StackRGBState.max
(StackRGBState other) Finds the maximum of this value and another, according to an ordering.StackRGBState.min
(StackRGBState other) Finds the minimum of this value and another, according to an ordering.static StackRGBState
StackRGBState.multiplex
(boolean rgb, boolean withAlpha) Returns one of the threeRGB_
states based upon two boolean flags.static StackRGBState
StackRGBState.multiplexAlpha
(boolean withAlpha) Returns one of the twoRGB_
states based upon a boolean flag.static StackRGBState
Returns the enum constant of this class with the specified name.static StackRGBState[]
StackRGBState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.anchoranalysis.image.io.stack.output with parameters of type StackRGBStateModifier and TypeMethodDescriptionStackRGBState.max
(StackRGBState other) Finds the maximum of this value and another, according to an ordering.StackRGBState.min
(StackRGBState other) Finds the minimum of this value and another, according to an ordering.Constructors in org.anchoranalysis.image.io.stack.output with parameters of type StackRGBStateModifierConstructorDescriptionStackWriteAttributes
(boolean always2D, boolean singleChannel, boolean threeChannels, StackRGBState rgb, boolean binary) Alternative constructor that assumes each channel is 8-bits.