Uses of Class
org.apache.commons.imaging.formats.bmp.BmpHeaderInfo.ColorSpace
Packages that use BmpHeaderInfo.ColorSpace
-
Uses of BmpHeaderInfo.ColorSpace in org.apache.commons.imaging.formats.bmp
Fields in org.apache.commons.imaging.formats.bmp declared as BmpHeaderInfo.ColorSpaceConstructors in org.apache.commons.imaging.formats.bmp with parameters of type BmpHeaderInfo.ColorSpaceModifierConstructorDescription(package private)
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)