CodeGlyphX logo
CodeGlyphX

API Reference

Enum

PixelFormat

Namespace CodeGlyphX
Assembly CodeGlyphX
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Supported raw pixel formats for QR decoding.

Inheritance

  • Enum
  • PixelFormat

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Values

public const PixelFormat Bgra32 #

4 bytes per pixel: B, G, R, A.

Value: 0
public const PixelFormat Rgba32 #

4 bytes per pixel: R, G, B, A.

Value: 1