Click or drag to resize

ImageBGRA Class

A BGRA image with 8 bits per channel
Inheritance Hierarchy
SystemObject
  Zivid.NETImageColorBGRA
    Zivid.NETImageBGRA

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class ImageBGRA : Image<ColorBGRA>

The ImageBGRA type exposes the following members.

Constructors
Properties
Methods
Remarks
This format holds linear color values, which are suitable as input to computer vision algorithms. For showing colors on a display for viewing, consider using the ColorSRGB format.
See Also