Click or drag to resize

ImageRGBA Class

An RGBA image with 8 bits per channel
Inheritance Hierarchy
SystemObject
  Zivid.NETImageColorRGBA
    Zivid.NETImageRGBA

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

The ImageRGBA 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