Table of Contents

Class ColorProfileConverter

Namespace
SixLabors.ImageSharp.ColorProfiles
Assembly
SixLabors.ImageSharp.dll

Allows the conversion of color profiles.

public class ColorProfileConverter
Inheritance
ColorProfileConverter
Inherited Members
Extension Methods

Constructors

ColorProfileConverter()

Initializes a new instance of the ColorProfileConverter class.

public ColorProfileConverter()

ColorProfileConverter(ColorConversionOptions)

Initializes a new instance of the ColorProfileConverter class.

public ColorProfileConverter(ColorConversionOptions options)

Parameters

options ColorConversionOptions

The color profile conversion options.

Properties

Options

Gets the color profile conversion options.

public ColorConversionOptions Options { get; }

Property Value

ColorConversionOptions