Class BitmapV4Header
Nama dari : Aspose.Imaging.FileFormats.Bmp Pengumpulan: Aspose.Imaging.dll (25.4.0)
Struktur BitmapV4Header adalah file tajuk informasi bitmap. Ini adalah versi yang diperpanjang dari struktur BITMAPINFOHEADER.
public class BitmapV4Header : BitmapInfoHeader
Inheritance
object ← BitmapCoreHeader ← BitmapInfoHeader ← BitmapV4Header
Derived
anggota yang diwarisi
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
Dapatkan atau menetapkan masker warna yang menentukan komponen alfa setiap piksel.
public int AlphaMask { get; set; }
Nilai Properti
BlueMask
Dapatkan atau menetapkan masker warna yang menentukan komponen biru dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.
public int BlueMask { get; set; }
Nilai Properti
CSTYPE
Dapatkan atau menetapkan ruang warna dari DIB.
public int CSType { get; set; }
Nilai Properti
Endpoints
Mendapatkan atau menetapkan koordinatTriple kelas.
public CieCoordinatesTriple Endpoints { get; set; }
Nilai Properti
GammaBlue
Dapatkan atau menetapkan gamma biru.
public int GammaBlue { get; set; }
Nilai Properti
GammaGreen
Dapatkan atau menetapkan gamma hijau.
public int GammaGreen { get; set; }
Nilai Properti
GammaRed
Dapatkan atau menetapkan gamma merah.
public int GammaRed { get; set; }
Nilai Properti
GreenMask
Dapatkan atau menetapkan masker warna yang menentukan komponen hijau dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.
public int GreenMask { get; set; }
Nilai Properti
RedMask
Dapatkan atau menetapkan masker warna yang menentukan komponen merah dari masing-masing pixel, valid hanya jika bV4Compression ditetapkan ke BI_BITFIELDS.
public int RedMask { get; set; }