@Deprecated public enum PixelFormat extends Enum<PixelFormat>
COMMON_PART
.
Enum Constant and Description |
---|
BGR101010
Deprecated.
|
BGR24
Deprecated.
|
BGR32
Deprecated.
|
BGR555
Deprecated.
|
BGR565
Deprecated.
|
BGRA32
Deprecated.
|
BLACKWHITE
Deprecated.
|
CHANNELS_3_24
Deprecated.
|
CHANNELS_3_48
Deprecated.
|
CHANNELS_3_Alpha32
Deprecated.
|
CHANNELS_3_Alpha64
Deprecated.
|
CHANNELS_4_32
Deprecated.
|
CHANNELS_4_64
Deprecated.
|
CHANNELS_4_Alpha40
Deprecated.
|
CHANNELS_4_Alpha80
Deprecated.
|
CHANNELS_5_40
Deprecated.
|
CHANNELS_5_80
Deprecated.
|
CHANNELS_5_Alpha48
Deprecated.
|
CHANNELS_5_Alpha96
Deprecated.
|
CHANNELS_6_48
Deprecated.
|
CHANNELS_6_96
Deprecated.
|
CHANNELS_6_Alpha112
Deprecated.
|
CHANNELS_6_Alpha56
Deprecated.
|
CHANNELS_7_112
Deprecated.
|
CHANNELS_7_56
Deprecated.
|
CHANNELS_7_Alpha128
Deprecated.
|
CHANNELS_7_Alpha64
Deprecated.
|
CHANNELS_8_128
Deprecated.
|
CHANNELS_8_64
Deprecated.
|
CHANNELS_8_Alpha144
Deprecated.
|
CHANNELS_8_Alpha72
Deprecated.
|
CMYK32
Deprecated.
|
CMYK64
Deprecated.
|
CMYKA40
Deprecated.
|
CMYKA80
Deprecated.
|
CMYKDIRECT32
Deprecated.
|
CMYKDIRECT64
Deprecated.
|
CMYKDIRECTAlpha40
Deprecated.
|
CMYKDIRECTAlpha80
Deprecated.
|
GRAY16
Deprecated.
|
GRAY8
Deprecated.
|
GRAYFixedPoint16
Deprecated.
|
GRAYFixedPoint32
Deprecated.
|
GRAYFLOAT32
Deprecated.
|
GRAYHALF16
Deprecated.
|
PBGRA32
Deprecated.
|
PRGBA128Float
Deprecated.
|
PRGBA64
Deprecated.
|
RGB128FixedPoint
Deprecated.
|
RGB128Float
Deprecated.
|
RGB24
Deprecated.
|
RGB48
Deprecated.
|
RGB48FixedPoint
Deprecated.
|
RGB48Half
Deprecated.
|
RGB64FixedPoint
Deprecated.
|
RGB64Half
Deprecated.
|
RGB96FixedPoint
Deprecated.
|
RGBA128FixedPoint
Deprecated.
|
RGBA128Float
Deprecated.
|
RGBA64
Deprecated.
|
RGBA64FixedPoint
Deprecated.
|
RGBA64Half
Deprecated.
|
RGBE32
Deprecated.
|
YCC420
Deprecated.
|
YCC420Alpha20
Deprecated.
|
YCC422_16
Deprecated.
|
YCC422_20
Deprecated.
|
YCC422_32
Deprecated.
|
YCC422Alpha24
Deprecated.
|
YCC422Alpha30
Deprecated.
|
YCC422Alpha48
Deprecated.
|
YCC444_24
Deprecated.
|
YCC444_30
Deprecated.
|
YCC444_48
Deprecated.
|
YCC444Alpha32
Deprecated.
|
YCC444Alpha40
Deprecated.
|
YCC444Alpha64
Deprecated.
|
YCC444AlphaFixedPoint
Deprecated.
|
YCC444FixedPoint
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
private boolean |
alphaChannel
Deprecated.
|
private OutputColorFormat |
colorFormat
Deprecated.
|
static byte[] |
COMMON_PART
Deprecated.
|
private byte |
id
Deprecated.
|
private int |
numberOfChannels
Deprecated.
|
private PixelType |
pixelType
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PixelFormat |
findById(byte[] id)
Deprecated.
|
byte[] |
getCanonicalId()
Deprecated.
|
OutputColorFormat |
getColorFormat()
Deprecated.
|
byte |
getId()
Deprecated.
|
int |
getNumberOfChannels()
Deprecated.
|
PixelType |
getPixelType()
Deprecated.
|
boolean |
hasAlphaChannel()
Deprecated.
|
static PixelFormat |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PixelFormat[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PixelFormat RGB24
public static final PixelFormat BGR24
public static final PixelFormat BGR32
public static final PixelFormat RGB48
public static final PixelFormat RGB48FixedPoint
public static final PixelFormat RGB48Half
public static final PixelFormat RGB96FixedPoint
public static final PixelFormat RGB64FixedPoint
public static final PixelFormat RGB64Half
public static final PixelFormat RGB128FixedPoint
public static final PixelFormat RGB128Float
public static final PixelFormat BGRA32
public static final PixelFormat RGBA64
public static final PixelFormat RGBA64FixedPoint
public static final PixelFormat RGBA64Half
public static final PixelFormat RGBA128FixedPoint
public static final PixelFormat RGBA128Float
public static final PixelFormat PBGRA32
public static final PixelFormat PRGBA64
public static final PixelFormat PRGBA128Float
public static final PixelFormat CMYK32
public static final PixelFormat CMYKA40
public static final PixelFormat CMYK64
public static final PixelFormat CMYKA80
public static final PixelFormat CHANNELS_3_24
public static final PixelFormat CHANNELS_4_32
public static final PixelFormat CHANNELS_5_40
public static final PixelFormat CHANNELS_6_48
public static final PixelFormat CHANNELS_7_56
public static final PixelFormat CHANNELS_8_64
public static final PixelFormat CHANNELS_3_Alpha32
public static final PixelFormat CHANNELS_4_Alpha40
public static final PixelFormat CHANNELS_5_Alpha48
public static final PixelFormat CHANNELS_6_Alpha56
public static final PixelFormat CHANNELS_7_Alpha64
public static final PixelFormat CHANNELS_8_Alpha72
public static final PixelFormat CHANNELS_3_48
public static final PixelFormat CHANNELS_4_64
public static final PixelFormat CHANNELS_5_80
public static final PixelFormat CHANNELS_6_96
public static final PixelFormat CHANNELS_7_112
public static final PixelFormat CHANNELS_8_128
public static final PixelFormat CHANNELS_3_Alpha64
public static final PixelFormat CHANNELS_4_Alpha80
public static final PixelFormat CHANNELS_5_Alpha96
public static final PixelFormat CHANNELS_6_Alpha112
public static final PixelFormat CHANNELS_7_Alpha128
public static final PixelFormat CHANNELS_8_Alpha144
public static final PixelFormat GRAY8
public static final PixelFormat GRAY16
public static final PixelFormat GRAYFixedPoint16
public static final PixelFormat GRAYHALF16
public static final PixelFormat GRAYFixedPoint32
public static final PixelFormat GRAYFLOAT32
public static final PixelFormat BLACKWHITE
public static final PixelFormat BGR555
public static final PixelFormat BGR565
public static final PixelFormat BGR101010
public static final PixelFormat RGBE32
public static final PixelFormat CMYKDIRECT32
public static final PixelFormat CMYKDIRECT64
public static final PixelFormat CMYKDIRECTAlpha40
public static final PixelFormat CMYKDIRECTAlpha80
public static final PixelFormat YCC420
public static final PixelFormat YCC422_16
public static final PixelFormat YCC422_20
public static final PixelFormat YCC422_32
public static final PixelFormat YCC444_24
public static final PixelFormat YCC444_30
public static final PixelFormat YCC444_48
public static final PixelFormat YCC444FixedPoint
public static final PixelFormat YCC420Alpha20
public static final PixelFormat YCC422Alpha24
public static final PixelFormat YCC422Alpha30
public static final PixelFormat YCC422Alpha48
public static final PixelFormat YCC444Alpha32
public static final PixelFormat YCC444Alpha40
public static final PixelFormat YCC444Alpha64
public static final PixelFormat YCC444AlphaFixedPoint
public static final byte[] COMMON_PART
private byte id
private int numberOfChannels
private boolean alphaChannel
private PixelType pixelType
private OutputColorFormat colorFormat
public static PixelFormat[] values()
for (PixelFormat c : PixelFormat.values()) System.out.println(c);
public static PixelFormat valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic byte getId()
public byte[] getCanonicalId()
public int getNumberOfChannels()
public boolean hasAlphaChannel()
public PixelType getPixelType()
public OutputColorFormat getColorFormat()
public static PixelFormat findById(byte[] id)
Copyright © 2016 Open Microscopy Environment