Click or drag to resize

ColorBGRA Structure

Color with 8-bit blue, green, red and alpha channels

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

The ColorBGRA type exposes the following members.

Fields
  NameDescription
Public fielda
Public fieldb
Public fieldg
Public fieldr
Top
Remarks
The order of the members is b, g, r, a, and each member is represented as an uint8_t. The members have values from 0 to 255. This type differs from ColorRGBA only in the order of the channels (BGRA vs. RGBA).
See Also