KgpFormat
Namespace: Hex1b
Assembly: Hex1b.dll
The pixel data format for KGP image transmission. Specified by the 'f' key in the control data.
csharp
public enum KgpFormatFields
Png
PNG image data (f=100).
Returns: KgpFormat
csharp
Png = 100Rgb24
24-bit RGB data, 3 bytes per pixel (f=24).
Returns: KgpFormat
csharp
Rgb24 = 24Rgba32
32-bit RGBA data, 4 bytes per pixel (f=32, default).
Returns: KgpFormat
csharp
Rgba32 = 32