C# Class TOAPI.Types.BITMAPV4HEADER

Show file Open project: Wiladams/NewTOAPIA

Public Properties

Property Type Description
bV4AlphaMask uint
bV4BitCount ushort
bV4BlueMask uint
bV4CSType uint
bV4ClrImportant uint
bV4ClrUsed uint
bV4Endpoints CIEXYZTRIPLE
bV4GammaBlue uint
bV4GammaGreen uint
bV4GammaRed uint
bV4GreenMask uint
bV4Height int
bV4Planes ushort
bV4RedMask uint
bV4Size int
bV4SizeImage uint
bV4V4Compression uint
bV4Width int
bV4XPelsPerMeter int
bV4YPelsPerMeter int

Public Methods

Method Description
Init ( ) : void

Method Details

Init() public method

public Init ( ) : void
return void

Property Details

bV4AlphaMask public property

public uint bV4AlphaMask
return uint

bV4BitCount public property

public ushort bV4BitCount
return ushort

bV4BlueMask public property

public uint bV4BlueMask
return uint

bV4CSType public property

public uint bV4CSType
return uint

bV4ClrImportant public property

public uint bV4ClrImportant
return uint

bV4ClrUsed public property

public uint bV4ClrUsed
return uint

bV4Endpoints public property

public CIEXYZTRIPLE,TOAPI.Types bV4Endpoints
return CIEXYZTRIPLE

bV4GammaBlue public property

public uint bV4GammaBlue
return uint

bV4GammaGreen public property

public uint bV4GammaGreen
return uint

bV4GammaRed public property

public uint bV4GammaRed
return uint

bV4GreenMask public property

public uint bV4GreenMask
return uint

bV4Height public property

public int bV4Height
return int

bV4Planes public property

public ushort bV4Planes
return ushort

bV4RedMask public property

public uint bV4RedMask
return uint

bV4Size public property

public int bV4Size
return int

bV4SizeImage public property

public uint bV4SizeImage
return uint

bV4V4Compression public property

public uint bV4V4Compression
return uint

bV4Width public property

public int bV4Width
return int

bV4XPelsPerMeter public property

public int bV4XPelsPerMeter
return int

bV4YPelsPerMeter public property

public int bV4YPelsPerMeter
return int