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
  NameDescription
Public methodImageBGRA
Initializes a new instance of the ImageBGRA class
Top
Properties
Methods
  NameDescription
Public methodSave
Save the image to a file. The supported file types are PNG (.png), JPEG (.jpg, .jpeg) and BMP (.bmp). This method will throw an exception if failing to save to the provided fileName.
(Inherited from ImageNETPixelFormat.)
Public methodToArray
Get pixels as a 2D array of pixel structs
(Inherited from ImageNETPixelFormat.)
Public methodToByteArray
Get pixels as a 3D array of bytes
Top
See Also