Click or drag to resize

ImageSRGB Class

An RGBA image in the sRGB color space with 8 bits per channel
Inheritance Hierarchy
SystemObject
  Zivid.NETImageColorSRGB
    Zivid.NETImageSRGB

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

The ImageSRGB type exposes the following members.

Constructors
Properties
Methods
Remarks
The sRGB color space is suitable for showing an image on a display for human viewing. It is easier to see details in darker areas of an image in sRGB, than in linear RGB, as more of the dynamic range is dedicated to darker colors. This format is assumed by default by most monitors and should be used when displaying an image.
See Also