Table of Contents

Class QoiMetadata

Namespace
SixLabors.ImageSharp.Formats.Qoi
Assembly
SixLabors.ImageSharp.dll

Provides Qoi specific metadata information for the image.

public class QoiMetadata : IDeepCloneable
Inheritance
QoiMetadata
Implements
Inherited Members

Constructors

QoiMetadata()

Initializes a new instance of the QoiMetadata class.

public QoiMetadata()

Properties

Channels

Gets or sets color channels of the image. 3 = RGB, 4 = RGBA.

public QoiChannels Channels { get; set; }

Property Value

QoiChannels

ColorSpace

Gets or sets color space of the image. 0 = sRGB with linear alpha, 1 = All channels linear

public QoiColorSpace ColorSpace { get; set; }

Property Value

QoiColorSpace

Methods

DeepClone()

public IDeepCloneable DeepClone()

Returns

IDeepCloneable