Class QoiMetadata
Provides Qoi specific metadata information for the image.
Implements
Inherited Members
Namespace: SixLabors.ImageSharp.Formats.Qoi
Assembly: SixLabors.ImageSharp.dll
Syntax
public class QoiMetadata : IDeepCloneable
Constructors
| Edit this page View SourceQoiMetadata()
Initializes a new instance of the QoiMetadata class.
Declaration
public QoiMetadata()
Properties
| Edit this page View SourceChannels
Gets or sets color channels of the image. 3 = RGB, 4 = RGBA.
Declaration
public QoiChannels Channels { get; set; }
Property Value
Type | Description |
---|---|
QoiChannels |
ColorSpace
Gets or sets color space of the image. 0 = sRGB with linear alpha, 1 = All channels linear
Declaration
public QoiColorSpace ColorSpace { get; set; }
Property Value
Type | Description |
---|---|
QoiColorSpace |
Methods
| Edit this page View SourceDeepClone()
Creates a new object that is a deep copy of the current instance.
Declaration
public IDeepCloneable DeepClone()
Returns
Type | Description |
---|---|
IDeepCloneable | The IDeepCloneable. |