CVB.Net 14.0
DataTypes Class Reference

Contains common CVB DataTypes. More...

Static Public Attributes

static readonly DataType Int8BppUnsigned = new DataType(8)
 Represents 8-bit unsigned integer pixels (bytes).
 
static readonly DataType Int8BppSigned = new DataType(8 | 0x100)
 Represents 8-bit signed integer pixels.
 
static readonly DataType Int10BppUnsigned = new DataType(10)
 Represents 10-bit unsigned integer pixels.
 
static readonly DataType Int12BppUnsigned = new DataType(12)
 Represents 12-bit unsigned integer pixels.
 
static readonly DataType Int16BppUnsigned = new DataType(16)
 Represents 16-bit unsigned integer pixels.
 
static readonly DataType Int16BppSigned = new DataType(16 | 0x100)
 Represents 16-bit signed integer pixels.
 
static readonly DataType Float32Bpp = new DataType(32 | 0x200)
 Represents single precision (32-bit) floating point pixels.
 
static readonly DataType Float64Bpp = new DataType(64 | 0x200)
 Represents double precision (64-bit) floating point pixels.
 

Detailed Description

Contains common CVB DataTypes.