Class BitmapV4Header

Class BitmapV4Header

名称: Aspose.Imaging.FileFormats.Bmp 收藏: Aspose.Imaging.dll (25.4.0)

BitmapV4Header 结构是 bitmap 信息标题文件,它是 BITMAPINFOHEADER 结构的扩展版本。BitmapV4Header 结构扩展,允许 JPEG 或 PNG 图像作为源图像转移到 StretchDIBits。

public class BitmapV4Header : BitmapInfoHeader

Inheritance

object BitmapCoreHeader BitmapInfoHeader BitmapV4Header

Derived

BitmapV5Header

继承人

BitmapInfoHeader.BitmapCompression , BitmapInfoHeader.BitmapImageSize , BitmapInfoHeader.BitmapXPelsPerMeter , BitmapInfoHeader.BitmapYPelsPerMeter , BitmapInfoHeader.BitmapColorsUsed , BitmapInfoHeader.BitmapColorsImportant , BitmapInfoHeader.ExtraBitMasks , BitmapCoreHeader.BitmapCoreHeaderSize , BitmapCoreHeader.Os22XBitmapHeaderSize , BitmapCoreHeader.Os22XBitmapHeaderFullSize , BitmapCoreHeader.BitmapInfoHeaderSize , BitmapCoreHeader.BitmapInfoHeaderSizeV2 , BitmapCoreHeader.BitmapInfoHeaderSizeV3 , BitmapCoreHeader.BitmapInfoHeaderSizeV4 , BitmapCoreHeader.BitmapInfoHeaderSizeV5 , BitmapCoreHeader.HeaderSize , BitmapCoreHeader.BitmapWidth , BitmapCoreHeader.BitmapHeight , BitmapCoreHeader.BitmapPlanes , BitmapCoreHeader.BitsPerPixel , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()

Properties

AlphaMask

接收或设置指定每个像素的阿尔法组件的颜色面具。

public int AlphaMask { get; set; }

财产价值

int

BlueMask

接收或设置指定每个像素的蓝色组件的颜色面具,只有当 bV4Compression 设置为 BI_BITFIELDS 时才有效。

public int BlueMask { get; set; }

财产价值

int

CSTYPE

接收或设置DIB的颜色空间。

public int CSType { get; set; }

财产价值

int

Endpoints

接收或设置 CoordinatesTriple 类。

public CieCoordinatesTriple Endpoints { get; set; }

财产价值

CieCoordinatesTriple

GammaBlue

接收或设置伽马蓝色。

public int GammaBlue { get; set; }

财产价值

int

GammaGreen

接收或设置Gamma绿色。

public int GammaGreen { get; set; }

财产价值

int

GammaRed

接收或设置 gamma 红色。

public int GammaRed { get; set; }

财产价值

int

GreenMask

收到或设置指定每个像素的绿色组件的颜色面具,只有当 bV4Compression 设置为 BI_BITFIELDS 时才有效。

public int GreenMask { get; set; }

财产价值

int

RedMask

接收或设置指定每个像素的红色组件的颜色面具,仅有效,如果 bV4Compression 设置为 BI_BITFIELDS。

public int RedMask { get; set; }

财产价值

int

 中文