Color with 8-bit red, green, blue and alpha channels
Namespace:
Zivid.NET
Assembly:
ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax Public Structure ColorRGBA
public value class ColorRGBA
The ColorRGBA type exposes the following members.
Fields Remarks
The order of the members is r, g, b, a, and each member is represented as an uint8_t. The members
have values from 0 to 255. This type differs from ColorBGRA only in the order
of the channels (RGBA vs. BGRA).
See Also