Class BitmapV4Header
- Namespace
- Aspose.Imaging.FileFormats.Bmp
- Assembly
- Aspose.Imaging.dll
The BitmapV4Header structure is the bitmap information header file. It is an extended version of the BITMAPINFOHEADER structure.
public class BitmapV4Header : BitmapInfoHeader
- Inheritance
-
BitmapV4Header
- Derived
- Inherited Members
Properties
AlphaMask
Gets or sets the color mask that specifies the alpha component of each pixel.
public int AlphaMask { get; set; }
Property Value
BlueMask
Gets or sets the color mask that specifies the blue component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS.
public int BlueMask { get; set; }
Property Value
CSType
Gets or sets the color space of the DIB.
public int CSType { get; set; }
Property Value
Endpoints
Gets or sets the CoordinatesTriple class.
public CieCoordinatesTriple Endpoints { get; set; }
Property Value
- CieCoordinatesTriple
The endpoints.
GammaBlue
Gets or sets the gamma blue.
public int GammaBlue { get; set; }
Property Value
- int
The gamma blue.
GammaGreen
Gets or sets the gamma green.
public int GammaGreen { get; set; }
Property Value
- int
The gamma green.
GammaRed
Gets or sets the gamma red.
public int GammaRed { get; set; }
Property Value
- int
The gamma red.
GreenMask
Gets or sets the color mask that specifies the green component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS.
public int GreenMask { get; set; }
Property Value
RedMask
Gets or sets the color mask that specifies the red component of each pixel, valid only if bV4Compression is set to BI_BITFIELDS.
public int RedMask { get; set; }