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 Structure ColorBGRA
public value class ColorBGRA
The ColorBGRA type exposes the following members.
Fields 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