Uses of Class
org.apache.commons.imaging.formats.bmp.BmpHeaderInfo.ColorSpace
-
Packages that use BmpHeaderInfo.ColorSpace Package Description org.apache.commons.imaging.formats.bmp The BMP image format. -
-
Uses of BmpHeaderInfo.ColorSpace in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as BmpHeaderInfo.ColorSpace Modifier and Type Field Description BmpHeaderInfo.ColorSpace
BmpHeaderInfo. colorSpace
Constructors in org.apache.commons.imaging.formats.bmp with parameters of type BmpHeaderInfo.ColorSpace Constructor Description BmpHeaderInfo(byte identifier1, byte identifier2, int fileSize, int reserved, int bitmapDataOffset, int bitmapHeaderSize, int width, int height, int planes, int bitsPerPixel, int compression, int bitmapDataSize, int hResolution, int vResolution, int colorsUsed, int colorsImportant, int redMask, int greenMask, int blueMask, int alphaMask, int colorSpaceType, BmpHeaderInfo.ColorSpace colorSpace, int gammaRed, int gammaGreen, int gammaBlue, int intent, int profileData, int profileSize, int reservedV5)
-