BitmapFormatTypeCode enum

Namespace: P1.ImageSdk

Definition

Predefined bitmap format

public enum BitmapFormatTypeCode

Fields

Unknown

0

Rgb24

1

Each channel is 1 bytes, 8-8-8 RGB

Rgb48

2

Each channel is 2 bytes, 16-16-16 RGB

Bgr24

3

Each channel is 1 bytes, 8-8-8 BGR

Argb32

4

Each channel is 4 bytes, 8-8-8-8 ARGB

Grey8

5

Each channel is 1 byte, 8 Greytone

Grey16

6

Each channel is 2 bytes, 16 Greytone

Argb64

7

Each channel is 2 bytes, 16-16-16-16 ARGB

Bayer16

10

Each channel is 2 bytes, in Bayer layout

Float32

11

Each channel is 4 bytes, in floating point format

Customized

9999