Skip to content

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 KgpFormat

Fields

Png

PNG image data (f=100).

Returns: KgpFormat

csharp
Png = 100

Rgb24

24-bit RGB data, 3 bytes per pixel (f=24).

Returns: KgpFormat

csharp
Rgb24 = 24

Rgba32

32-bit RGBA data, 4 bytes per pixel (f=32, default).

Returns: KgpFormat

csharp
Rgba32 = 32

Released under the MIT License.