Table of Contents

Interface IProfileConnectingSpace<TSelf, TProfileSpace>

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

Defines the contract for all color profile connection spaces.

public interface IProfileConnectingSpace<TSelf, TProfileSpace> : IColorProfile<TSelf, TProfileSpace>, IColorProfile<TSelf>, IColorProfile, IEquatable<TSelf>, IProfileConnectingSpace where TSelf : struct, IColorProfile<TSelf, TProfileSpace>, IProfileConnectingSpace where TProfileSpace : struct, IProfileConnectingSpace

Type Parameters

TSelf

The type of color profile.

TProfileSpace

The type of color profile connecting space.

Inherited Members