Click or drag to resize

RGBA8 Structure

The RGBA8 pixel format

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public struct RGBA8

The RGBA8 type exposes the following members.

Fields
  NameDescription
Public fielda
Public fieldb
Public fieldg
Public fieldr
Top
Remarks
This specifies the format of the color data for each pixel in this order - R, G, B, A. Each channel is eight bits, unsigned.
See Also