ExtraBitMasks

BitmapInfoHeader.ExtraBitMasks property

Gets or sets the extra bit masks. Present only in case the DIB header is the BITMAPINFOHEADER and the BitmapCompression is set to either Bitfields (RGB) or AlphaBitfields (RGBA).

public int[] ExtraBitMasks { get; set; }

See Also